Prove that if $M$ is rotation matrix, then so is $TMT^{-1}$
I already proved that the determinant and eigenvalues are the same for $M$ and $TMT^{-1}$, but I'm not sure how to prove they are both rotations. Do i need to write out the matrix and its components, or is their a rotation equation/relationship I can use to show they are both rotations.
T is any invertible matrix
M is rotation matrix so ,$T^{-1}$exist $$|M|=1,\\M_{\alpha}M_{\beta}=M_{\alpha+\beta} ,\\M_{\alpha}^n=M_{n\alpha}\\M_{\alpha}^{-1}=M_{-\alpha}$$ check these properties for $TMT^{-1}$ $$|TMT^{-1}|=|T|.|M|.|T^{-1}|=|T|.1.\dfrac{1}{|T|}=1\\$$$$ TM_{\alpha}T^{-1}.TM_{\beta}T^{-1}=TM_{\alpha}M_{\beta}T^{-1}=TM_{\alpha+\beta}T^{-1}\\$$$$ (TM_{\alpha}T^{-1})^n=TM_{\alpha}T^{-1}.TM_{\alpha}T^{-1}.TM_{\alpha}T^{-1}...TM_{\alpha}T^{-1}=TM_{\alpha+\alpha+\alpha+...}T^{-1}=TM_{n\alpha}T^{-1}\\$$$$ (TM_{\alpha}T^{-1})^{-1}=(T^{-1})^{-1}M_{\alpha}^ {-1}T^{-1}=TM_{-\alpha}T^{-1}$$