\documentclass[a4paper,12pt]{article}

\begin{document}

\parindent=0pt


QUESTION

Find the eigenvalues of the rotation matrix

$$ A = \left[\begin{array}{rr}
 \cos\theta & -\sin\theta \\
 \sin\theta & \cos\theta \\
\end{array}\right].
$$

\bigskip

ANSWER

The eigenvalues are $\cos\theta\pm i\sin\theta=e^{\pm i\theta}$.


\end{document}
