Generalized eigenvalue problem
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (2)
Chaowei Chen
le 21 Août 2011
If V'*B*V = I, This indicates B is identity matrix, therefore, simply
[V,D] = eig(A)
0 commentaires
Voir également
Catégories
En savoir plus sur Linear Algebra dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!