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

« back to all changes in this revision

Viewing changes to man/linear/range.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
range            Scilab Group            Scilab Function              range
 
2
NAME
 
3
   range - range (span) of A^k
 
4
  
 
5
CALLING SEQUENCE
 
6
 [X,dim]=range(A,k)
 
7
PARAMETERS
 
8
 A    : real square matrix
 
9
      
 
10
 k    : integer
 
11
      
 
12
 X    : non-singular real matrix
 
13
      
 
14
 dim  : integer (dimension of subspace)
 
15
      
 
16
DESCRIPTION
 
17
   Computation of Range A^k ; the first dim columns of X span the range of
 
18
  A^k.
 
19
  
 
20
SEE ALSO
 
21
   fullrfk, rowcomp
 
22
  
 
23
AUTHOR
 
24
   F. D.  
 
25