Solve for the power of a matrix

39 Views Asked by At

I have two vectors $S_{t=0}$ and $S_{t=n}$. They are related by the following equation:

$S_{t=n} = S_{t=0}\,T^{N}$

where $T$ is a transition matrix and $N$ is an integer.

How do I solve this equation for $N$?