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
coffg
多項式行列の逆
呼び出し手順
[Ns,d] = coffg(Fs)
パラメータ
- Fs
正方多項式行列
説明
coffg
は Fs^-1
を計算します.
ただし, Fs
は余因子法による多項式行列です.
Fs
inverse = Ns/d
d
= 共通分母; Ns
= 分子 (多項式行列)
(大きな行列の場合,時間がかかりますが,結果は一般に信頼できます)
例
Report an issue | ||
<< coeff | Polynomials | colcompr >> |