Does there exist a steady state vector of Markov Matrix
$$P=\begin{bmatrix} \frac{1}{2} & \frac{1}{3}\\ \frac{1}{2} & \frac{2}{3} \end{bmatrix}$$
Initially I was not sure whether to answer yes or no, but using $(I-P)X=0$, I've found the following
$$\begin{bmatrix} \frac{1}{2} & -\frac{1}{3} & 0\\ -\frac{1}{2} & \frac{1}{3} & 0 \end{bmatrix}$$
$$\begin{bmatrix} 1 & -\frac{-2}{3} & 0 \\ 0 & 0 & 0 \end{bmatrix}$$
So I found that,
$$X =\begin{bmatrix} \frac{2}{3} \\ 1 \end{bmatrix}$$
Normalizing it, the steady-state vector is
$$X =\begin{bmatrix} \frac{2}{5} \\ \frac{3}{5} \end{bmatrix}$$
So I guess the steady state vector exists, but this raises a question. What does it take so that the steady state vector does not exist? What happens if I have more than 1 vector? And can you have infinitely many steady state vectors?
A (non-zero) steady state vector under a matrix transformation is an eigenvector of the matrix corresponding to an eigenvalue of 1. Any matrix without a unit eigenvalue will not posses a ( non-zero) steady state vector .
an easy example is ...
$ \begin{pmatrix} 2 & 0 \\ 0 & 3 \end{pmatrix} $
which has eigenvalues of 2 and 3.