Properties for a matrix invariant under rotation (3D)?

341 Views Asked by At

What $3 \times 3$ matrix would be invariant under any rotation?

i.e. $AR=RA$, where $R$ is the rotation matrix.

1

There are 1 best solutions below

4
On BEST ANSWER

Hint: See what you can extract from that condition when $R$ belongs to the set:$$\left\{\begin{pmatrix}0&1&0\\-1&0&0\\0&0&1\end{pmatrix},\begin{pmatrix}0&0&1\\0&1&0\\-1&0&0\end{pmatrix},\begin{pmatrix}1&0&0\\0&0&-1\\0&1&0\end{pmatrix}\right\}.$$