Scilab 5.5.0
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
pencan
行列ペンシルの正準形
呼び出し手順
[Q,M,i1]=pencan(Fs) [Q,M,i1]=pencan(E,A)
パラメータ
- Fs
 標準ペンシル
s*E-A- E,A
 実数正方行列
- Q,M
 正則実数行列
- i1
 整数
説明
標準ペンシル Fs=s*E-Aを指定すると, 
            pencan は,
            M*(s*E-A)*Qが"正準"形となるような
            行列Q およびMを返します.
M*E*Q はブロック行列です.
[I,0; 0,N]
ただし,冪零行列Nおよび
            i1 = 行列Iの大きさ.
M*A*Q はブロック行列です:
[Ar,0; 0,I]
例
| Report an issue | ||
| << lyap | Matrix Pencil | penlaur >> |