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
zeropen
ゼロペンシル
呼出し手順
[Z,U]=zeropen(Sl)
パラメータ
- Sl
線形システム (状態空間形式
[A,B,C,D]
のsyslin
リスト)- Z
行列ペンシル
Z=s*E-A
- U
正方直交行列
説明
Z= sE - F
は,行列
[A,B,C,D]
からなる
線形システム Sl
のゼロペンシルです.
ユーティリティ関数.
U
により,
[B;D]
の行圧縮,すなわち,
U*[B;D]=[0;*]
; が得られます:
U*[-sI+A |B; [ Z |0; C |D] = [ * |*]
Z
のゼロは Sl
のゼロです.
Report an issue | ||
<< rowregul | Model Transformation | Polynomials >> |