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
factor
素因数分解関数
呼び出し手順
[y]=factor(x)
引数
- x
実数スカラー
- y
素数のベクトル
説明
実数x
を指定すると, factor(x)
はx
の素因数分解をベクトルry
に返します.
特殊な場合: factor(0)
は 0
を返し, factor(1)
は
1
を返します.
例
x=620 y=factor(x)
参照
- primes — 素数関数
Report an issue | ||
<< Discrete mathematics | Discrete mathematics | factorial >> |