Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
lyap
リアプノフ方程式
呼び出し手順
[X]=lyap(A,C,'c') [X]=lyap(A,C,'d')
引数
- A, C
実数正方行列,
C
は対称であることが必要
説明
X= lyap(A,C,flag)
は連続時間または離散時間行列
リアプノフ方程式を解きます:
A'*X + X*A = C ( flag='c' ) A'*X*A - X = C ( flag='d' )
A の固有値が-A の
固有値でない場合(flag='c' )
またはA の固有値分の1の場合
(flag='d' )にのみユニークな
解が得られることに注意してください. |
Report an issue | ||
<< kroneck | Matrix Pencil | pen2ea >> |