I have this question:
Show that the matrix $$A = \begin{bmatrix} 2 & 0 \\ -1 & 2 \end{bmatrix}$$ is not diagonalizable.
So is the general strategy is
- To Find the eigenvectors and then
- Show that the matrix of eigenvectors is not invertible? If they are invertible, then it has a unique solution to ($\lambda \bf {I - A)x = 0}$ which would imply that they are linearly independent. If it's linearly independent, then it would be diagonalizable?
I'm following this theorem
Condition for Diagonalization
A $n \times n$ matrix is diagonalizable iff it has $n$ linearly independent eigenvectors.
So I have to find the eigenvalue first, which is $2$ because the $2$ is on the diagonal of this matrix in a triangular matrix, using this theorem.
Eigenvalues of Triangular Matrices
If $A$ is a $n \times n$ triangular matrix, then its eigenvalues are the entries on its main diagonal.
Solving for $\lambda {\bf I - A}$:
$$\begin{bmatrix} 2 & 0 \\ 0 & 2 \end{bmatrix} - \begin{bmatrix} 2 & 0 \\ -1 & 2 \end{bmatrix} = \begin{bmatrix} 0 & 0 \\ 1 & 0 \end{bmatrix} $$
Since this matrix is not invertible, it is not diagonalizable. Is this right?
This is the proof that I'm relying on:
