what is the normalizings in generalized eigvalues in matlab
3 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Andrew Newell
on 26 Feb 2012
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.
See Also
Categories
Find more on Linear Algebra in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!