Let $$A = \begin{pmatrix} 0.6 & 0.1 & 0.1\\ 0.1 & 0.8 & 0.2\\ 0.3 & 0.1 & 0.7 \end{pmatrix}$$
I want to find the eigenvalues of this matrix. Because this is a markov matrix, I know that $\lambda_1 = 1$. Furthermore, I know that the remaining eigenvalues $\lambda_2$ and $\lambda_3$ should be less than one (their magnitudes should be less than one, at least) because all the entries in $A$ are positive.
I found the characteristic polynomial, but it is an ugly polynomial. Is there a better/easier way to determine the remaining two eigenvalues? Maybe by using the information I already have that $\lambda_1 = 1$?