It is not clear for me. When is a matrix diagonalizable and when is it not ? I need some examples. (With 3x3 matrix and explanations please)
2026-04-02 03:13:39.1775099619
On
When is a matrix diagonalizable?
684 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
From Wikipedia, an $n \times n$ matrix $A$ over the field $F$ is diagonalizable if and only if the sum of the dimensions of its eigenspaces is equal to $n$.
For example $\begin{pmatrix}0&1\\0&0\end{pmatrix}$ is not diagonalizable.
$\begin{pmatrix}0&1\\1&0\end{pmatrix}$ is diagonalizable and in fact $\sim\begin{pmatrix}1&0\\0&-1\end{pmatrix}$. Note that the vectors $\begin{pmatrix}1\\\pm1\end{pmatrix}$ are eigenvectors of eigenvalue $\pm1$.
$\begin{pmatrix}0&-1\\1&0\end{pmatrix}$ is diagonalizable over $\mathbb C$, but not over $\mathbb R$.