Let $M$ be an aperiodic left stochastic matrix, i.e. a real $n\times n$ matrix with each column summing to $1$ whose only eigenvalue on the unit circle is $1$. Moreover we assume that the geometric multiplicity of the eigenvalue $1$ is $k>1$.
If $P$ is a steady state of the system, then it satisfies $P=MP$ and since the multiplicity is bigger than $1$ the steady state is not unique, any normalized linear combination of the eigenvalues of $1$ is valid.
Let us define $\mathbf{1} = (1,1,\dots,1)$ and $P_0 = \tfrac{1}{n}\mathbf{1}$. I am interested in the state $P_*=\lim_{n\to\infty}M^nP_0$.
Does $P_*$ have any non-trivial algebraic properties? What can we know about $P_*$ without computing it explicitely?
Example: Let's consider $$M=\begin{bmatrix} 1 & 0 & 1 & 0 \\ 0 & 1 & 0 & 1/2 \\ 0 & 0 & 0 & 1/2 \\ 0 & 0 & 0 & 0 \end{bmatrix}.$$
This Markov chain can be represented as:
The eigenvectors of $M$ that correspond to eigenvalue $1$ are $(1,0,0,0)$ and $(0,1,0,0)$. Let $\tilde P_0$ be $4$-vector that sum up to $1$, then the limit $\tilde P_*=\lim_{n\to\infty}M^n\tilde P_0$ always exists and can be any vector of the form $(a,1-a,0,0)$, where $0\le a\le1$.
In this case the vector $P$ that I defined above is $(5/8,3/8,0,0)$. Could we have "guessed" anything about $P$ without explicitly computing it?

$\mathbf 1$ is an eigenvector of $M$ if and only if $M$ is doubly stochastic (i.e. the rows of $M$ also sum to $1$). In this case, we trivially find that $M^nP_0 \to \mathbf 1$.
Suppose that this is not the case. If $M$ is aperiodic, then the only eigenvalue of $M$ with magnitude $1$ is $1$. We can write $$ \mathbf 1 = \sum_{k} a_k v_k + \sum_k b_k w_k $$ where $v_k$ are the eigenvectors of $M$ associated with $\lambda = 1$, and $w_k$ are eigenvectors of $M$ associated with some $\lambda$ such that $|\lambda|<1$. In fact, we can select the eigenvectors $v_k$ such that each eigenvector has non-zero entries. In this case, we compute $$ \lim_{n \to \infty} M^n P_0 = \sum_{k} a_k v_k. $$ Normalizing $\sum_{k} a_k v_k$ will yield a certain steady-state distribution, but I don't know if there's anything interesting to be said besides that.
In other cases, I'm not sure what we can say. Note that in the case that $M$ fails to be aperiodic, we can no longer assume that the desired limit exists.