Azzera filtri
Azzera filtri

Generalized eigenvalue problem

3 visualizzazioni (ultimi 30 giorni)
Mads Svendsen-Tune
Mads Svendsen-Tune il 19 Ago 2011
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

Risposte (2)

Chaowei Chen
Chaowei Chen il 21 Ago 2011
If V'*B*V = I, This indicates B is identity matrix, therefore, simply
[V,D] = eig(A)

Mads Svendsen-Tune
Mads Svendsen-Tune il 22 Ago 2011
If B were an identity it would not be a generalized eigenvalue problem?

Categorie

Scopri di più su Eigenvalues & Eigenvectors in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by