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
Show older comments
>> 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
>>
Accepted Answer
More Answers (0)
Categories
Find more on Code Performance in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!