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

« back to all changes in this revision

Viewing changes to man/control/obsvss.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 obsvss 1 "April 1993" "Scilab Group" "Scilab Function"
2
 
.so ../sci.an 
3
 
.SH NAME
4
 
obsvss - observable part
5
 
.SH CALLING SEQUENCE
6
 
.nf
7
 
[Ao,Bo,Co]=obsvss(A,B,C [,tol])
8
 
[slo]=obsvss(sl [,tol])
9
 
.fi
10
 
.SH PARAMETERS
11
 
.TP 15
12
 
A,B,C,Ao,Bo,Co
13
 
: real matrices
14
 
.TP 15
15
 
sl,slo
16
 
: \fVsyslin\fR lists
17
 
.TP 15
18
 
tol
19
 
: real (threshold) (default value \fV100*%eps\fR)
20
 
.SH DESCRIPTION
21
 
\fVslo=(Ao,Bo,Co)\fR is the observable part of linear system \fVsl=(A,B,C)\fR (\fVsyslin\fR list)
22
 
.LP
23
 
\fVtol\fR  threshold to test controllability (see \fVcontr\fR); 
24
 
default value = \fV100*%eps\fR
25
 
.SH SEE ALSO
26
 
contr, contrss, obsv_mat, obs_gram
27