Is it possible? I know that for a matrix to be diagonalizable it needs sufficient linearly independent eigenvectors to make up invertible matrix P, but does that mean B itself must also be invertible?
2026-03-26 11:00:18.1774522818
Does a $2\times2$ matrix B exist such that B is diagonalizable but B is not invertible?
225 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
A matrix $A$ is said to be diagonalizable, if there exists a diagonal matrix $D$ and an invertible matrix $P$ such that $A = PDP^{-1}$.
Note that $A$ is invertible if and only if $D$ is invertible. Therefore, the question boils down to : are all diagonal matrices invertible?
The answer is no, simply because a diagonal matrix is invertible if and only if every diagonal element is invertible. But if some diagonal elements are zero, then the diagonal matrix will not be invertible. Therefore, neither will $A$.
For example, consider the $2 \times 2$ matrix $E_{11}$, having a $1$ at the position $11$ and zero elsewhere. Then, $E_{11}$ is a diagonal non-invertible matrix, as the diagonal entry $(E_{11})_{22} = 0$.
Now, $A = D$, or $A=PDP^{-1}$ for any invertible $P$ serves as a counterexample.
Also, note that the zero matrix is diagonalizable, in fact diagonal, but not invertible. This would be the most obvious example.