~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/robust/h_cl.man

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH h_cl 5 "April 1993" "Scilab Group" "Scilab Function"
2
 
.so ../sci.an
3
 
.SH NAME
4
 
h_cl - closed loop matrix
5
 
.SH CALLING SEQUENCE
6
 
.nf
7
 
[Acl]=h_cl(P,r,K)
8
 
[Acl]=h_cl(P22,K)
9
 
.fi
10
 
.SH PARAMETERS
11
 
.TP 8
12
 
P, P22
13
 
: linear system (\fVsyslin\fR list), augmented plant or nominal plant respectively
14
 
.TP
15
 
r
16
 
: 1x2 row vector, dimensions of 2,2 part of \fVP\fR (\fVr=[rows,cols]=size(P22)\fR)
17
 
.TP
18
 
K
19
 
: linear system (\fVsyslin\fR list), controller
20
 
.TP
21
 
Acl
22
 
: real square matrix
23
 
.SH DESCRIPTION
24
 
Given the standard plant \fVP\fR (with \fVr=size(P22)\fR) and the controller
25
 
\fVK\fR, this function returns the closed loop matrix \fVAcl\fR.
26
 
.LP
27
 
The poles of \fVAcl\fR must be stable for the internal stability 
28
 
of the closed loop system.
29
 
.LP
30
 
\fVAcl\fR is the \fVA\fR-matrix of the linear system \fV[I -P22;-K I]^-1\fR i.e.
31
 
the \fVA\fR-matrix of \fVlft(P,r,K)\fR
32
 
.SH SEE ALSO
33
 
lft
34
 
.SH AUTHOR
35
 
F. D.