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
invr
(有理) 行列の逆
呼び出し手順
F = invr(H)
パラメータ
- H
多項式または有理行列
- F
多項式または有理行列
説明
H
が多項式または有理関数行列の場合, invr
はLeverrierのアルゴリズムにより H^(-1)
を計算します (関数コード参照)
例
Report an issue | ||
<< inv_coeff | Polynomials | lcmdiag >> |