Lat say matrix:
$$A=\begin{pmatrix} 1 & 0\\ -\beta & 1 \end{pmatrix}$$
(assume $\beta \ne 0$).
This 2x2 matrix has degree 2, inverse (the same matrix replacing $-\beta$ with $\beta$), determinant=1, ... . It seems very "normal".
Characteristic polynomial is $(1-\lambda)^2=0$, eigenvalue $\lambda=1$ with multiplicity two and one eigenvector=(0,1).
However, I can not find the second independent eigenvector:
$$\begin{pmatrix} 0 & 0\\ -\beta & 0 \end{pmatrix}\begin{pmatrix} a\\ b \end{pmatrix}=\begin{pmatrix} 0\\ 0 \end{pmatrix} \rightarrow a=0$$
Even I've tried to find it testing usual possibilities $(1,0)$, $(\beta,1)$, ... . No luck.