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

« back to all changes in this revision

Viewing changes to man/robust/lcf.cat

  • 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
lcf              Scilab Group              Scilab Function              lcf
 
2
NAME
 
3
   lcf - normalized coprime factorization
 
4
  
 
5
CALLING SEQUENCE
 
6
 [N,M]=lcf(sl)
 
7
PARAMETERS
 
8
 sl         : linear system given in state space or transfer function
 
9
            (syslin list)
 
10
            
 
11
 N,M        : two linear systems (syslin list) 
 
12
            
 
13
DESCRIPTION
 
14
   Computes normalized coprime factorization of the linear dynamic  system
 
15
  sl.
 
16
  
 
17
   sl = M^-1 N
 
18
  
 
19
AUTHOR
 
20
   F. D.  
 
21