Compute the matrix $$ Q = \begin{pmatrix} \frac{3}{4} & 4-\frac{\sqrt 3}{4}\\ 4+\frac{\sqrt 3}{4} & -\frac{1}{4}\end{pmatrix}$$ raised to power $2005$.
Is there any algebraic property that can be used always as a formula? I don't have a very good intuition for algebra so help me if I am missing this because of poor basics. Thank you :)
Find the eigenvectors of the matrix and use them to construct a matrix of change of basis, $S$. From this you can diagonalize the matrix with $S^{-1}QS=D$ where $D$ is a diagonal matrix. Then you raise $D$ to the power of $2005$ and change it back using $SDS^{-1}$.