The question is as follows -
If $A(\theta)= $$\begin{pmatrix}
\cos(\theta) & -\sin(\theta) \\
\sin(\theta) & \cos(\theta)
\end{pmatrix}$$ $
show that $A^{-1}(\theta)=A(-\theta)$
I've already worked out that $A^{-1}(\theta)=$$$\begin{pmatrix} \cos(\theta) & \sin(\theta) \\ -\sin(\theta) & \cos(\theta) \end{pmatrix}$$ So ofcourse $A(-\theta)$ is equal to same as above but I don't know how to mathematically show it
Note thta $\sin(-\theta)=-\sin\theta$ and $\cos(-\theta)=\cos\theta$
$$A(\theta)A(-\theta)=\begin{bmatrix} \cos\theta&-\sin\theta\\ \sin\theta&\cos\theta \end{bmatrix}\begin{bmatrix}\cos(-\theta) &-\sin(-\theta) \\ \sin(-\theta) & \cos(-\theta) \end{bmatrix}=\begin{bmatrix} \cos^2\theta+\sin^2\theta &\cos\theta\sin\theta-\cos\theta\sin\theta \\ \sin\theta\cos\theta-\sin\theta\cos\theta & \sin^2\theta+\cos^2\theta \end{bmatrix}=\begin{bmatrix}1&0\\0&1 \end{bmatrix} $$
Therefore, $A^{-1}(\theta)=A(-\theta)$
It is another method to prove $A^{-1}(\theta)=A(-\theta)$.