Invert the $2\times 2$ matrix:
\begin{bmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{bmatrix}
My thought was to append the $2\times 2$ identity matrix to the right of the trig matrix and use row operations to get the answer.
I have to show all steps, so I cannot just flip it and call it a day.
It is the rotation matrix, so you can simply plug in $-\theta$.
On the other hand you could also use the $2\times2$ inverse identity:
$$\begin{bmatrix}a&b\\c&d\end{bmatrix}^{-1} =\frac{1}{ad-bc}\begin{bmatrix}d&-b\\-c&a\end{bmatrix}$$