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

« back to all changes in this revision

Viewing changes to man/polynomials/numer.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
numerX            Scilab Group            Scilab Function            numerX
 
2
NAME
 
3
   numer - numerator
 
4
  
 
5
CALLING SEQUENCE
 
6
 NUM=numer(R)
 
7
PARAMETERS
 
8
 R    : rational matrix
 
9
      
 
10
DESCRIPTION
 
11
   Utility fonction. NUM=numer(R) returns the numerator NUM of a rational 
 
12
  function matrix R (R may be also a constant or polynomial matrix).
 
13
  numer(R) is equivalent to R(2) or R('num')
 
14
  
 
15
SEE ALSO
 
16
   denom    
 
17