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
projspec
スペクトル演算子
呼び出し手順
[S,P,D,i]=projspec(A)
引数
- A
正方行列
- S, P, D
s正方行列
- i
整数 (
A
のゼロ固有値の添字).
説明
A
の0におけるスペクトル特性.
S
= 0における縮小レゾルベント
(S
= -Drazin_inverse(A
)).
P
= 0におけるスペクトル投影.
D
= 0における冪零演算子.
index
= 0固有値の添字.
特異点s=0の周りでの
(s*eye()-A)^(-1) = D^(i-1)/s^i +... + D/s^2 + P/s - S - s*S^2 -...
が出力されます.
例
参照
- coff — レゾルベント (余因子法)
Report an issue | ||
<< pbig | Eigenvalue and Singular Value | psmall >> |