File: fourplan.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 (30 lines) | stat: -rw-r--r-- 584 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
.TH fourplan 1 "April 1993" "Scilab Group" "Scilab Function"
.so ../sci.an
.SH NAME
fourplan - augmented plant to four plants
.SH CALLING SEQUENCE
.nf
[P11,P12,P21,P22]=fourplan(P,r)
.fi
.SH PARAMETERS
.TP 10
P
: \fVsyslin\fR list (linear system)
.TP
r
: 1x2 row vector, dimension of \fVP22\fR
.TP
P11,P12,P21,P22
: \fVsyslin\fR lists.
.SH DESCRIPTION
Utility function.
.LP
\fVP\fR being partitioned as follows:
.nf 
P=[ P11 P12;
    P21 P22]  
.fi
with \fVsize(P22)=r\fR this function returns the four linear systems \fVP11,P12,P21,P22\fR.
.SH SEE ALSO
lqg, lqg2stan, lqr, lqe, lft