I am having problems with a question.
The question is: Using the diagonalisation method, find the formula for the k-th power of the matrix
$$A=\begin{bmatrix}-8 & -6 \\ 15 & 11 \end{bmatrix}^k$$
check your formula for k = 1 and k = -1
Any help would be appreciated thanks.
Hint
It seems that the problem is to apply the diagonalization method to the specific matrix. If so verify that: $$A=MDM^{-1}=\begin{bmatrix}-8 & -6 \\ 15 & 11 \end{bmatrix}=\begin{bmatrix}-2 & -3 \\ 3 & 5 \end{bmatrix}\begin{bmatrix}1 & 0 \\ 0 & 2 \end{bmatrix}\begin{bmatrix}-5 & -3 \\ 3 & 2 \end{bmatrix}$$
so you can write: $$ A^k=\begin{bmatrix}-2 & -3 \\ 3 & 5 \end{bmatrix}\begin{bmatrix}1 & 0 \\ 0 & 2^k \end{bmatrix}\begin{bmatrix}-5 & -3 \\ 3 & 2 \end{bmatrix}= $$ $$ =\begin{bmatrix}10 & 6 \\ -15 & -9 \end{bmatrix}+2^k\begin{bmatrix}-9 & -6 \\ 15 & 10 \end{bmatrix} $$
Now show that for $k=1$ this gives $A$ and for $k=-1$ gives the inverse of $A$.