0

Can we have a 2×2 matrix with one single eigenvalue, but two linearly independent eigenvectors? Is this possible? If so, how?

Thanks for the help!

2 Answers2

5

$$\huge I_{2\times 2}{}{}{}{}{}{}$$

AlexR
  • 24,905
0

If you remember eigendecomposition, you can write a matrix as RUR^-1, where R is the matrix of eigen-vectors, and U is a diagonal matrix containing the eigenvalues. Thus you can plug the linearly independent eigenvectors you want into R, as well as the single eigenvalue you want into U.

  • You can write a diagonalizable matrix in this fashion (but of course this is what the OP wants). – Ian Mar 25 '15 at 19:03