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

« back to all changes in this revision

Viewing changes to man/polynomials/pol2str.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
pol2str           Scilab Group           Scilab Function            pol2str
 
2
NAME
 
3
   pol2str - polynomial to string conversion
 
4
  
 
5
CALLING SEQUENCE
 
6
 [str]=pol2str(p) 
 
7
PARAMETERS
 
8
 p    : real polynomial
 
9
      
 
10
 str  : character string
 
11
      
 
12
DESCRIPTION
 
13
   converts polynomial to character string (utility function).
 
14
  
 
15
SEE ALSO
 
16
   string, pol2tex   
 
17