Este said:
Ok I got your point...I think the question should be now, how to check whether a matrix is diagonalizable or not?
A theorem I've encountered in my textbook:
and somewhere else I read this is sufficient to prove a matrix is diagonalizable but not the other way around.. that's why I posted the question..
Yes- sufficient but not necessary.
So now, all I can do is to prove that Matrix x is diagonalizable, but if it's not, I can't tell for sure...what other methods should I be using?
Thanks for your responses.
An n by n matrix is diagonalizable if and only if it has n independent eigen
vectors. Since eigenvectors corresponding to distinct eigenvalues are always independent, if there are n distinct eigenvalues, then there are n independent eigenvectors and so the matrix is diagonalizable. But even if the eigenvalues are not all distinct, there may still be independent eigenvectors.
\begin{bmatrix}1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1\end{bmatrix}
as I pointed out before has the single eigenvalue 1 but is
already diagonal because <1, 0, 0>, <0, 1, 0>, and <0, 0, 1> are independent eigenvectors.
\begin{bmatrix}1 & 0 & 0 \\ 0 & 1 & 1 \\ 0 & 0 & 1\end{bmatrix}
also has 1 as its only eigenvalue. Now, <1, 0, 0> and <0, 0, 1> are the only eigenvectors so this matrix cannot be diagonalized.
Finally,
\begin{bmatrix}1 & 1 & 0 \\ 0 & 1 & 1 \\ 0 & 0 & 1\end{bmatrix}
also has 1 as its only eigenvalue but now only <1, 0, 0> and multiples of that are eigenvectors.