Does there exist a $4\times4$ matrix $A$ such that $A$ and $A^2$ are not normal but $A^3$ is normal?

202 Views Asked by At

I'm asked to provide a proof or a counterexample for this claim:

Does there exist a $4\times4$ matrix $A$ such that $A$, $A^2$ is not normal, but $A^3$ is normal.

Any ideas are welcome Thanks in advance.

2

There are 2 best solutions below

0
On BEST ANSWER

Here is a counterexample where $A$ is nonsingular. Let $C=\pmatrix{0&-1\\ 1&-1}$ be the companion matrix of the characteristic polynomial $x^2+x+1=0$. One can verify that $C$ and $C^2$ are not normal but $C^3=I_2$. Now take $A=\pmatrix{C\\ &I_2}$ or $A=\pmatrix{C\\ &C}$.

1
On

Note: An upper triangular matrix is normal iff it is diagonal.

This suggests $$\begin{pmatrix}0&1&0&0\\0&0&1&0\\0&0&0&1\\0&0&0&0\end{pmatrix}. $$