~ubuntu-branches/ubuntu/karmic/scilab/karmic

« back to all changes in this revision

Viewing changes to man/control/sm2ss.man

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2002-03-21 16:57:43 UTC
  • Revision ID: james.westby@ubuntu.com-20020321165743-e9mv12c1tb1plztg
Tags: upstream-2.6
ImportĀ upstreamĀ versionĀ 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH sm2ss 1 "April 1993" "Scilab Group" "Scilab Function"
 
2
.so ../sci.an 
 
3
.SH NAME
 
4
sm2ss - system matrix to state-space
 
5
.SH CALLING SEQUENCE
 
6
.nf
 
7
[Sl]=sm2ss(Sm);
 
8
.fi
 
9
.SH PARAMETERS
 
10
.TP
 
11
Sm
 
12
: polynomial matrix (pencil system matrix)
 
13
.TP
 
14
Sl
 
15
: linear system (\fVsyslin\fR list)
 
16
.SH DESCRIPTION
 
17
Utility function: converts the system matrix:
 
18
.nf
 
19
 Sm = [-sI + A   B;
 
20
      [    C     D]
 
21
.fi
 
22
to linear system in state-space representation (\fVsyslin\fR) list.
 
23
.SH SEE ALSO
 
24
ss2des