Generalized eigenvalue problem
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi all.
Can someone tell me how to change the normalization of the generalized eigenvalue problem such that VBV = I, from the statement: [V,D] = eig(A,B).
Thanks
0 Kommentare
Antworten (2)
Chaowei Chen
am 21 Aug. 2011
If V'*B*V = I, This indicates B is identity matrix, therefore, simply
[V,D] = eig(A)
0 Kommentare
Siehe auch
Kategorien
Mehr zu Linear Algebra finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!