Scilab 5.4.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
gcd
最大公約数を計算
呼び出し手順
[pgcd,U]=gcd(p)
パラメータ
- p
多項式行ベクトル
p=[p1,..,pn]
または整数行ベクトル (8型)
説明
p
の要素の最大公約数および以下のような最小次数の
(多項式の逆を有する)ユニモジュラ行列 U
を計算します
p*U=[0 ... 0 pgcd]
例
Report an issue | ||
<< factorial | Discrete mathematics | lcm >> |