Scilab 5.5.1
      
      
    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
fatores mínimos
Seqüência de Chamamento
[f]=polfact(p)
Parâmetros
- p
- polinômio 
- f
- vetor - [f0 f1 ... fn]tal que- p=prod(f)- f0
- constante 
- fi
- polinômio 
 
Descrição
f=polfact(p) retorna os valores mínimos de p,
            i.e., f=[f0 f1 ... fn] tal que
            p=prod(f)
| Report an issue | ||
| << pol2str | Polinômios | poly >> |