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
cont_mat
可制御行列
呼び出しの手順
Cc=cont_mat(A,B) Cc=cont_mat(sl)
パラメータ
- a,b
2個の適当な次元の実数行列
- sl
線形システム (
syslin
リスト)
説明
cont_mat
は、行列の組 A,B
(システムsl=[A,B,C,D]
の応答)に
関する可制御行列を返す.
Cc=[B, AB, A^2 B,..., A^(n-1) B]
Report an issue | ||
<< cainv | Controllability Observability | contr >> |