Hellow, I have a problem To obtain participation factors, and specifically with the right and left eigenvectors in a paper I was reading about it, related in Power sistems, so Im tryin to use eig but the result are not the same: thank you 4uhelp
Mostrar comentarios más antiguos
>> A
A =
[ a, b] [ 0, d]
>> [D V W]=eig(A)
D =
[ 1, -b/(a - d)] [ 0, 1]
V =
[ a, 0] [ 0, d]
W =
1 2
>>
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Sparse Matrices en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!