I have a question that is asking to find the values of the elements in the steady state vector for a regular transition matrix P of size $n \times n$. All I'm given is that the the elements in each row of the transition matrix sum to 1.
So I guess I'm supposed to find a generic formula for the value of each element in the steady state vector but I have no idea how to even start.
do I need to use the $\left(I-P\right)\mathbf{q}=0$ formula?
I feel like I understand how to find the steady state vector for a given transition matrix, but without knowing anything but the dimensions of P I'm stuck. Any hints would be much appreciated. Thanks guys.
Since all rows sum to $1$, the vector
$$ \frac1n\pmatrix{1\\\vdots\\1} $$
(with $n$ $1$s) is an eigenvector of the transition matrix with eigenvalue $1$. Since the chain is regular, it has a unique stationary distribution, so this is the stationary distribution.