kini.Amith
- 83
- 1
given that 2 matrices have the same eigenvalues is it necessary that they be similar? If not, what is the connection between those 2?
The discussion centers on whether two matrices with the same eigenvalues are necessarily similar. Participants explore the relationship between eigenvalues and similarity, examining examples and counterexamples while discussing the implications of eigenvectors and matrix forms.
Participants generally disagree on the necessity of similarity given the same eigenvalues, with multiple competing views remaining on the relationship between eigenvalues, eigenvectors, and matrix similarity.
Some discussions touch on the limitations of eigenvalue information, particularly in cases where matrices are not diagonalizable or lack sufficient eigenvectors, indicating that further understanding is required to determine similarity.
This discussion may be of interest to students and practitioners in linear algebra, particularly those exploring the concepts of matrix similarity, eigenvalues, and eigenvectors.
You have asked that repeatedly. Please tell us what you mean by "in common"!kini.Amith said:i nderstand that they need not be similar, but then what do they have in common?
HallsofIvy said:No. Two matrices are similar if and only if they have the same eigenvalues and corresponding eigenvectors.
stringy said:Would you mind clarifying this point? It's well known that a similarity transformation preserves the spectrum, but the eigenvectors?
The matrices
[ 0 1 ]
[ 0 0 ]
and
[ 0 0 ]
[ 1 0 ]
are similar via the permutation matrix
[ 0 1 ]
[ 1 0 ],
but they don't share the same eigenvectors.