Posted by Sally on Tuesday, February 17, 2009 at 7:09am.
If I recall Markov's chain, the matrix for the above would be
.9 .1
.8 .2
Is this called the transition matrix ?
The steady state vector, or eigenvector, is found by multiplying an initial probability vector by that transition vector and then using that resulting vector in your next multiplication.
This will eventually converge to a fixed vector, that is
[a b] times
.9 .1
.8 .2 equals [a b]
then .9a + .1b = a
and .8a + .2b = b
also a + b = 1 by the laws of probability.
solving this I got [.5 .5]
hope this helps, haven't done this stuff in years. I think the last time I taught this was over 20 years ago.
I made a fundamental error in my matrix multiplication
my equations should have been
.9a + .8b = a
and .1a + .2b = b
[a b] should have been [8/9 1/9]
Related Questions
math - A machine is either working (state 1) or not workind (state 2). If it is ...
Markov chains - A company has 2 machines. On any day, each machine that is ...
discrete probability distribution (help please!) - a machine has 7 identical ...
Elementary Statistics - A machine has 7 identical components which function ...
stat - a machine has 7 identical components which function independently. the ...
math - A machine has four components, A, B, C, and D, set up in such a manner ...
English - Campaigner: There is only one man who can rid the politics of this ...
math - probability - Imagine a LONG bike with a total of 4 wheels - 2 in the ...
Chemistry - The first excited state of the hydrogen atom is separated from the ...
World history - Under the shilla dynasty , Korea became a tributary state of ...
For Further Reading