Let $ A = $$ \begin{pmatrix} 9 & -9\\ 3 & -3\end{pmatrix} $$ $. Show $$A^2 - 3A^{147} + 2I = \begin{pmatrix} 9 & -9\\ 3 & -3\end{pmatrix}$$
2026-04-02 17:29:29.1775150969
Showing $A^2 - 3A^{147} + 2I = \begin{pmatrix} 9 & -9\\ 3 & -3\end{pmatrix}$.
86 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Note that you can write $A$ as $A=3B$ where $$B=\begin{pmatrix} 3 & -3\\ 1 & -1\end{pmatrix}.$$
Now, you can compute easily that $B^2=2B$ and so by induction you'll have $B^n=2^{n-1}B$. Therefore $A^n=(3B)^n=3^n\times2^{n-1}B=6^{n-1}A$. I am sure from this point you can find what you wanted, can't you?