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

« back to all changes in this revision

Viewing changes to man/polynomials/rowcompr.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
rowcomprX          Scilab Group          Scilab Function          rowcomprX
 
2
NAME
 
3
   rowcompr - row compression of polynomial matrix
 
4
  
 
5
CALLING SEQUENCE
 
6
 [X,rk,Ac]=rowcompr(A)
 
7
PARAMETERS
 
8
 A    : polynomial matrix
 
9
      
 
10
 Y    : square polynomial matrix (left unimodular basis)
 
11
      
 
12
 rk   : normal rank of A
 
13
      
 
14
 Ac   : Ac=X*A, polynomial matrix
 
15
      
 
16
DESCRIPTION
 
17
   row compression of polynomial matrix A .
 
18
  
 
19
   X is a left polynomial unimodular basis which row compressed thee rows of
 
20
  A. rk is the normal rank of A.
 
21
  
 
22
   Warning: elimination of "small" terms (use with care!).
 
23
  
 
24
SEE ALSO
 
25
   colcompr  
 
26