~ubuntu-branches/ubuntu/karmic/scilab/karmic

« back to all changes in this revision

Viewing changes to man/polynomials/detr.man

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2002-03-21 16:57:43 UTC
  • Revision ID: james.westby@ubuntu.com-20020321165743-e9mv12c1tb1plztg
Tags: upstream-2.6
ImportĀ upstreamĀ versionĀ 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH detrX 1 "April 1993" "Scilab Group" "Scilab Function"
 
2
.so ../sci.an 
 
3
.SH NAME
 
4
detr - polynomial determinant
 
5
.SH CALLING SEQUENCE
 
6
.nf
 
7
d=detr(h)
 
8
.fi
 
9
.SH PARAMETERS
 
10
.TP
 
11
h
 
12
: polynomial or rational square matrix
 
13
.SH DESCRIPTION
 
14
.Vb d=detr(h) 
 
15
returns the determinant \fVd\fR of the polynomial or 
 
16
rational function matrix \fVh\fR. Based on Leverrier's algorithm.
 
17
.SH SEE ALSO
 
18
det, determ
 
19
 
 
20