Show that the matrix $A = \begin{bmatrix} 2 & 0 \\ -1 & 2 \end{bmatrix}$ is not diagonalizable.

diagonalizationeigenvalues-eigenvectorslinear algebramatricestriangularization

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

  1. To Find the eigenvectors and then
  2. 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:

enter image description here

Best Answer

What you wrote is not correct.

If $\lambda$ is an eigenvalue of $A$, then $A-\lambda I$ is never invertible, no matter if $A$ is diagonalizable or not.

For example, your "proof" can be used to prove that the matrix $I$ (the identity matrix) is also not diagonalizable, which is clearly absurd.


A matrix is diagonalizable if there exists an invertible matrix $P$ such that $A=P^{-1}DP$ and $D$ is a diagonal matrix. You have probably proven in classes (or a textbook you are learning from did) that this happens if and only if there exits $n$ linearly dependent eigenvectors for the matrix.

This is what you should start from. In your case, the matrix has only one eigenvalue, and that eigenvalue has only one eigenvector (up to, of course, scaling), and from that, we can conclude the matrix is not diagonalizable.