Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

If there are two matrixes that they have common eigenvectors for some eigenvalues that implies that those two matrixes are identical? What can we say for those two matrices?

share|improve this question
1  
Consider $\bigl(\begin{smallmatrix} 1 & 1 \\ 0 & 1 \end{smallmatrix}\bigr)$ and $\bigl(\begin{smallmatrix} 1 & 2 \\ 0 & 1 \end{smallmatrix}\bigr)$, all their eigenspaces are identical, but the matrices aren't identical. – nik Sep 25 '12 at 9:36
What can we say about the geometry of those matrices if we represent them in the euclidean space? – curious Sep 25 '12 at 9:46

2 Answers

up vote 3 down vote accepted

If the two matrices have the same eigenvalues with the same multiplicity they have the same characteristic polynomial. If the multiplicity of these eigenvalues equal the dimension of the eigenspaces (vector sub-spaces) then the two matrices are similar to a diagonal matrix up to a change of base. This similarity is a transitive property and then you can say that the two matrices you have represent the same endomorphism but in two different bases of the same vector space. The underlying endomorphism is the same but the matrices are definitely NOT identical. Remember that a matrix is a way to represent an endomorphism after one has chosen a vector base.

share|improve this answer

If two matrices have the same set of eigenvectors but different eigenvalues, then they can be simultaneously diagonalized, which means that the two matrices commute which each other, that is if the two matrices are A and B, AB = BA.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.