Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
sylv
シルベスタ方程式.
呼び出し手順
sylv(A, B, C, flag)
引数
- A,B,C
適当な次元の実数行列.
- flag
文字列 (
'c'
または'd'
)
説明
X= sylv(A,B,C,'c')
は以下の
"連続時間" シルベスタ方程式の解X
を計算します,
A*X+X*B=C
X=sylv(A,B,C,'d')
は以下の
"離散時間" シルベスタ方程式の解X
を計算します,
A*X*B-X=C
例
参考
Report an issue | ||
<< riccati | Matrix Computation | Model Transformation >> |