According to this lectuere:
A Markov matrix A always has an eigenvalue 1
because
For the transpose of matrix $A^T$, the sum of the row vectors is equal to 1. The matrix $A^T$ therefore has the eigenvector [1;1;...;1]
I don't really understand this. Why does the sum of row vectors adding to 1 make the matrix have an eigenvalue of 1?
If you multiply out A*[1;1;...;1], you get the vector [$\sum_{j=1}^n a_{1j}$;$\sum_{j=1}^n a_{2j}$;...;$\sum_{j=1}^n a_{nj}$]. If all these numbers are the same, then [1;1;...;1] was an eigenvector.