Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
polfact
最小因数
呼び出し手順
[f]=polfact(p)
パラメータ
- p
多項式
- f
p=prod(f)
となるようなベクトル[f0 f1 ... fn]
- f0
定数
- fi
多項式
説明
f=polfact(p)
はpの最小因数,すなわち,
p=prod(f)
となるようなf=[f0 f1 ... fn]
を返します.
Report an issue | ||
<< pol2str | Polynomials | poly >> |