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
sm2des
システム行列を記述子に変換
呼出し手順
[Des]=sm2des(Sm);
パラメータ
- Sm
多項式行列 (ペンシルシステム行列)
- Des
記述子システム (
list('des',A,B,C,D,E)
)
説明
ユーティリティ関数: システム行列
Sm = [-sE + A B; [ C D]
を記述子システム Des=list('des',A,B,C,D,E)
)に変換します.
Report an issue | ||
<< pol2des | Linear System Representation | sm2ss >> |