Scilab-Branch-5.3-GIT
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
polfact
minimal factors
Calling Sequence
[f]=polfact(p)
Arguments
- p
- polynomial 
- f
- vector - [f0 f1 ... fn]such that- p=prod(f)- f0
- constant 
- fi
- polynomial 
 
Description
f=polfact(p) returns the minimal factors of p i.e. f=[f0 f1 ... fn] such
    that p=prod(f)
See Also
Authors
S. Steer INRIA
| << pol2str | Polynomials | residu >> |