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

« back to all changes in this revision

Viewing changes to man/robust/h_inf_st.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_inf_st 1 "April 1993" "Scilab Group" "Scilab Function"
2
 
.so ../sci.an
3
 
.SH NAME
4
 
h_inf_st - static H_infinity problem 
5
 
.SH CALLING SEQUENCE
6
 
.nf
7
 
[Kopt,gamaopt]=h_inf_stat(D,r)
8
 
.fi
9
 
.SH PARAMETERS
10
 
.TP
11
 
D
12
 
: real matrix
13
 
.TP
14
 
15
 
: 1x2 vector
16
 
.TP
17
 
Kopt
18
 
: matrix
19
 
.SH DESCRIPTION
20
 
computes a matrix \fVKopt\fR such that largest singular value of:
21
 
.LP
22
 
\fVlft(D,r,K)=D11+D12* K*inv(I-D22*K)* D21\fR
23
 
is minimal (Static H-infinity four blocks problem).
24
 
.LP
25
 
D is partionned as \fVD=[D11 D12; D21 D22]\fR
26
 
where \fVsize(D22)=r=[r1 r2]\fR
27
 
.SH AUTHOR
28
 
F.D. 
29