Problem understanding matrix product

22 Views Asked by At

In a textbook I have the following affirmation:

$$\begin{bmatrix} 0.9 & 0.1 \\ 0.2 & 0.8 \end{bmatrix}^n=\frac{1}{0.3}\begin{bmatrix} 0.2 & 0.1 \\ 0.2 & 0.1 \end{bmatrix}+\frac{(0.7)^n}{0.3}\begin{bmatrix} 0.1 & -0.1 \\ -0.2 & 0.2 \end{bmatrix}$$

I, however, am unable to reach the same result. Can someone please provide me with a proof of this?