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

回答 (2 件)

Chaowei Chen
Chaowei Chen 2011 年 8 月 21 日

0 投票

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 日

0 投票

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

カテゴリ

ヘルプ センター および File ExchangeLinear Algebra についてさらに検索

質問済み:

2011 年 8 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by