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
determ
多項式行列の行列式
呼び出し手順
res=determ(W [,k])
パラメータ
- W
実数正方多項式行列
- k
整数 (Wの行列式の次数の上限
説明
実数多項式行列の行列式を返します (Wの大きさが2*2より大きい場合,FFTにより計算されます).
res=determ(W [,k])
k
は
W
の行列式の実際の次数より大きな整数です.
k
のデフォルト値はn*max(degree(W))
より大きな2の冪乗の最小値です.
手法 (Wの大きさが 2*2より大きな場合のみ) :
フーリエ周波数に関して
W
の行列式を評価し,
行列式の係数に逆FFTを適用します.
Report an issue | ||
<< derivat | Polynomials | detr >> |