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
2011년 8월 21일
0 개 추천
If V'*B*V = I, This indicates B is identity matrix, therefore, simply
[V,D] = eig(A)
카테고리
도움말 센터 및 File Exchange에서 Linear Algebra에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!