Post by Craig When I use the eig function to get the eigenvectors and eigenvalues
of a symmetric matrix with degenerate eigenvalues, the eigenvectors
corresponding to the degenerate eigenvalues are not orthogonal.
Is this how it is supposed to behave? Thanks
I forgot my linear algebra a little, had to google this up.
according to this math dept web site, it says
http://www.math.oregonstate.edu/home/programs/undergrad/CalculusQuestStudyGuides/vcalc/eigen/eigen.html
"A symmetric matrix has n eigenvalues and there exist n linearly
independent eigenvectors (because of orthogonality) even if
the eigenvalues are not distinct."
note: "linearly independent eigenvectors" does NOT mean
orthogonal vectors.
orthogonal => linearly independent BUT
linearly independent does not mean orthogonal.
For me, orthogonal just means 90 degrees to each others
(i.e. dot product is zero). But 2 vectors can be
linearly independent to each others and not be
orthogonal to each others.
--Nasser