File: ereduc.man

package info (click to toggle)
scilab 2.4-1
  • links: PTS
  • area: non-free
  • in suites: potato, slink
  • size: 55,196 kB
  • ctags: 38,019
  • sloc: ansic: 231,970; fortran: 148,976; tcl: 7,099; makefile: 4,585; sh: 2,978; csh: 154; cpp: 101; asm: 39; sed: 5
file content (57 lines) | stat: -rw-r--r-- 1,094 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.TH ereduc G "April 1993" "Scilab Group" "Scilab Function"
.so ../sci.an
.SH NAME
ereduc - computes  matrix column echelon form by qz transformations
.SH CALLING SEQUENCE
.nf
[E,Q,Z [,stair [,rk]]]=ereduc(X,tol)
.fi
.SH PARAMETERS
.TP
X
: m x n matrix with real  entries.
.TP
tol
: real positive scalar.
.TP
E
: column echelon form matrix
.TP
Q
: m x m unitary matrix
.TP
Z
: n x n unitary matrix
.TP
stair
: vector of indexes, 
.RS
.TP
*
\fVISTAIR(i) = + j \fR  if the boundary element \fVE(i,j)\fR is a
  corner point.
.TP
*
\fVISTAIR(i) = - j\fR   if the boundary element \fVE(i,j)\fR is not
a corner point.
.RE
\fV(i=1,...,M)\fR	

.TP
rk 
: integer, estimated rank of the matrix

.SH DESCRIPTION
Given an \fVm x n\fR matrix \fVX\fR (not necessarily regular) the function 
ereduc computes a unitary transformed matrix \fVE=Q*X*Z\fR which is in 
column echelon form (trapezoidal form). Furthermore the rank of
matrix \fVX\fR is determined.
.SH EXAMPLE
.nf
X=[1 2 3;4 5 6]
[E,Q,Z ,stair ,rk]=ereduc(X,1.d-15)
.fi
.SH SEE ALSO
fstair
.SH AUTHOR
Th.G.J. Beelen (Philips Glass Eindhoven). SLICOT