Conditions
You are given a transition matrix . Find the steady-state distribution vector
P =
0.3 0 0.7
1 0 0
0 0.4 0.6
hello, i don't understand how to the steady-state vector system works. i have already tried multiplying
P by[ 0.3 0 0.7] that did not work, i also tried multiplying it by [ x y z] but it didn't seem to work.
extra info:
the example that i was looking at in the book did this
[ x y ] [ .8 .2 ]
.1 .9
so i assumed that i could do the same with x y z
Solution
The steady state vector satisfies the equation .
That is, it is an eigenvector for the eigenvalue 1.
We must multiply the matrix -I on
The steady state vector