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

« back to all changes in this revision

Viewing changes to man/robust/dhnorm.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_norm 1 "April 1993" "Scilab Group" "Scilab Function"
2
 
.so ../sci.an
3
 
.SH NAME
4
 
dhnorm - discrete H-infinity norm
5
 
.SH CALLING SEQUENCE
6
 
.nf
7
 
hinfnorm=dhnorm(sl,[tol],[normax])
8
 
.fi
9
 
.SH PARAMETERS
10
 
.TP 10
11
 
sl        
12
 
: the state space system (\fVsyslin\fR list) (discrete-time)
13
 
.TP 
14
 
tol
15
 
: tolerance in bisection step, default value \fV0.01\fR
16
 
.TP
17
 
normax
18
 
: upper bound for the norm , default value is \fV1000\fR
19
 
.TP 
20
 
hinfnorm  
21
 
: the discrete infinity norm of \fVSl\fR
22
 
.SH DESCRIPTION
23
 
produces the discrete-time infinity norm  of a state-space system 
24
 
(the maximum over all frequencies on the unit circle of the maximum singular value).
25
 
.SH SEE ALSO
26
 
h_norm, linfn
27