How to find $A^{100}$ where $A=\left(\begin{matrix}\cos \theta & -\sin \theta\\ \sin \theta & \cos \theta\end{matrix}\right)$. ? (Given$\theta=\frac{2\pi}{7}$)
I am a highschool student and new in linear algebra and seeking for only problem solving strategies. I found somewhere the trick to solve this kind of problem is find characteristic equation and then for some of the cases it is possible to find any power of matrix just by exponentiation of both sides. But here this is not applicable. The characteristics equation found to be $\lambda^2-2\lambda \cos \theta+1=0$ I
how to proceed now ?
Standard Techniques should apply.
Diagonalize the system first. I assume you had learned how (find eigenvalues and vectors). So you have $A = P D P^{-1}$ where $D$ is diagonal and has your eigenvalues along the main diagonal. P is the stack of your eigenvectors.
Thus $A^{100} = PD^{100}P^{-1}$. $D^{100}$ is easy to compute just raise diagonal elements to the 100 th power.