what is the normalizings in generalized eigvalues in matlab
3 次查看(过去 30 天)
显示 更早的评论
Hi All,
In matlab, i used
[V, D]=eig(A, B)
then the eigenvectors V can be obtained? but what is the normalizing of V used in matlab.
For example, if i used [v, d]=eig(A), then the the column of v is normalized to be a unit vector.
Thanks.
0 个评论
回答(1 个)
Andrew Newell
2012-2-26
The documentation for eig says that the vectors are not normalized.
EDIT: QZ factorization for generalized eigenvalues gives more detail on how the generalized eigenvalues are obtained. As for how this decomposition works, you could look at this section of Golub and Van Loan's classic book.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!