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
operadores espectrais
Seqüência de Chamamento
[S,P,D,i]=projspec(A)
Parâmetros
- A
matriz quadrada
- S, P, D
matrizes quadradas
- i
inteiro (índice do autovalor zero de
A
).
Descrição
Características espectrais de A
em 0.
S
= resolvente reduzido em 0
(S
= -Inverso_de_Drazin(A
)).
P
= projeção espectral em 0.
D
= operador nilpotente em 0.
index
= índice do autovalor 0.
Tem-se (s*eye()-A)^(-1) = D^(i-1)/s^i +... + D/s^2 + P/s -
S - s*S^2 -...
ao redor da singularidade s=0.
Exemplos
Ver Também
Report an issue | ||
<< pbig | Eigenvalue and Singular Value | psmall >> |