I am using numpy and my own excercise answers and in both i am getting totally different answers.
The matrix in question is $\begin{bmatrix}0.6 & 0.9\\0.4 & 0.1\end{bmatrix}$
could someone take me through the steps? I cannot seem to get to the answer of Eigenvalues of (1,-0.3), my sheet seems to assume that it is a markov matrix and therefore uses the trace and the fact that lambda_1 will always be 1 yet i cant find it through the characteristic equations.
any helps would be appreciated
To find the Eigenvalues of matrix $M$ you can compute the following: $\det(M- \lambda I) = 0$, and then solve for the values of $\lambda$.
$$\det\left(\begin{bmatrix}0.6 & 0.9\\0.4 & 0.1\end{bmatrix} - \begin{bmatrix} \lambda & 0\\0 & \lambda \end{bmatrix}\right)=\det\left(\begin{bmatrix} 0.6-\lambda & 0.9\\0.4 & 0.1-\lambda \end{bmatrix}\right)=0$$