Generalized eigenvalue problem

3 次查看(过去 30 天)
Mads Svendsen-Tune
Mads Svendsen-Tune 2011-8-19
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

回答(2 个)

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

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

类别

Help CenterFile Exchange 中查找有关 Eigenvalues & Eigenvectors 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by