Generalized eigenvalue problem

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

Respuestas (2)

Chaowei Chen
Chaowei Chen el 21 de Ag. de 2011

0 votos

If V'*B*V = I, This indicates B is identity matrix, therefore, simply
[V,D] = eig(A)
Mads Svendsen-Tune
Mads Svendsen-Tune el 22 de Ag. de 2011

0 votos

If B were an identity it would not be a generalized eigenvalue problem?

Categorías

Más información sobre Linear Algebra en Centro de ayuda y File Exchange.

Preguntada:

el 19 de Ag. de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by