eigenvalues and orthonormal eigenvectors
Show older comments
Does anybody know how to get the eigenvalues of a matrix in Matlab? And the orthomalized eigenvectors of a matrix?
Accepted Answer
More Answers (1)
Joe Vignola
on 23 Oct 2017
0 votes
eig does produce eigen values and eigen vector. I assume Josep is asking why the eigen vectors are not orthonormal. Another thing to notice is the matrix of eigen vectors is not always symetric.
Categories
Find more on Eigenvalues and Eigenvectors 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!