When asked to find a large power of a rotation matrix, first find its order 'n' (the smallest power for which $M^n = I$). Then, calculate the exponent modulo n. For an angle $\theta = \frac{p}{q} 2\pi$ (in lowest terms), the order of the matrix is 'q'. Here, $\theta = \frac{1}{5} 2\pi$, so the order is 5. We then just need to compute $2026 \pmod 5 = 1$, so $M^{2026} = M^1$.