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

asked
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.

answered
User Erik Veland
by
7.9k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.