28.4k views
2 votes
Write a 3×3 matrix A which A^2 is diagonal while A is not diagonal ?

User Tkahn
by
7.5k points

1 Answer

4 votes

Consider the matrix


A=\begin{bmatrix}0&1&0\\1&0&0\\0&0&1\end{bmatrix}

Multiplying A by itself has the effect of swapping the first and second rows:


A^2=\begin{bmatrix}1&0&0\\0&1&0\\0&0&1\end{bmatrix}

which is diagonal, while A itself is not.

User Erik Veland
by
7.9k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories