Find $A^{100}$ where
$$A = \begin{bmatrix} 2 & 2 & 1\\ 1 & 3 & 1\\ 1 & 2 & 2 \end{bmatrix}$$
Please give me the complete solution.
Find $A^{100}$ where
$$A = \begin{bmatrix} 2 & 2 & 1\\ 1 & 3 & 1\\ 1 & 2 & 2 \end{bmatrix}$$
Please give me the complete solution.
For this matrix there is a simple method to find any power. Start by defining
$$ B := A - I_3 = \begin{bmatrix} 1& 2& 1\\ 1& 2& 1\\ 1& 2& 1 \end{bmatrix}. \tag{1} $$
Check that $\ B^2 = 4B,\ $ and that $\ A^2 = (I_3 + B)^2 = I_3 + 6B.\ $ In general, $\ A^n = I_3 + a_n\,B\ $ where $\ a_n \!=\!(5^n \!-\! 1)/4 = 5a_{n-1}\!+\!1\ $ is OEIS sequence A003463.
There is no need to diagonalize or compute eigenvalues in this case, just use simple observation and algebra.