~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/polynomials/polfact.man

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH polfact 1 "April 1993" "Scilab Group" "Scilab Function"
2
 
.so ../sci.an 
3
 
.SH NAME
4
 
polfact - minimal factors 
5
 
.SH CALLING SEQUENCE
6
 
.nf
7
 
[f]=polfact(p)
8
 
.fi
9
 
.SH PARAMETERS
10
 
.TP
11
 
12
 
: polynomial
13
 
.TP
14
 
15
 
: vector \fV[f0 f1 ... fn]\fR such that \fVp=prod(f)\fR 
16
 
.RS
17
 
.TP
18
 
f0
19
 
: constant
20
 
.TP
21
 
fi
22
 
: polynomial
23
 
.RE
24
 
.SH DESCRIPTION
25
 
.Vb f=polfact(p)
26
 
returns the minimal factors of p i.e. \fVf=[f0 f1 ... fn]\fR such 
27
 
that \fVp=prod(f)\fR 
28
 
.SH SEE ALSO
29
 
lcm, cmndred, factors
30
 
 
31
 
 
32
 
 
33