P=\begin{pmatrix} 0.25 & 0.25 & 0.50 \\ 0.10 & 0.30 & 0.60\\ 0.05 & 0.15 & 0.80\\ \end{pmatrix} I know that $\vec{u}= P\vec{u}$ and we are trying to get:
$(I-P)\vec{u}=\vec{0}$
I know that $(I-P)$= \begin{pmatrix} 0.75 & -0.25 &- 0.50 \\ -0.10 & 0.70 & -0.60\\ -0.05 & -0.15 & 0.20\\ \end{pmatrix}
So know I need to find $\vec{u}$ such that :
$ \begin{pmatrix} 0.75 & -0.25 &- 0.50 \\ -0.10 & 0.70 & -0.60\\ -0.05 & -0.15 & 0.20\\ \end{pmatrix} * \begin{pmatrix} x_1 \\ x_2\\ x_3\\ \end{pmatrix} = \begin{pmatrix} 0 \\ 0\\0\\ \end{pmatrix} $
Can I make $(I-P)$ into this: \begin{pmatrix} 0.75 & -0.25 &- 0.50 &0 \\ -0.10 & 0.70 & -0.60&0\\ 1 & 1 & 1 &1\\ \end{pmatrix} and apply the gauss jordan ? I just need guidance on how to calculate the $\vec{u}$.
Thank you,
If I do the gauss-jordan on $(I-P)$ I get $\vec{u}$ = \begin{pmatrix} 1/3 \\ 1/3\\ 1/3\\ \end{pmatrix} then $(I-P)\vec{u}=\vec{0}$ so I do get 0 as a result, but I don't know if the solution is correct.