Given the absorbing transition matrix T below, find the probability that the Ma…

Given the absorbing transition matrix T below, find the probability that the Markov process will be absorbed into state B assuming that it begins in state D.


A   B    C    D   ET=ABCDE[10000010000000.670.330.2500.750000.750.2500]\begin{array}{rc} & \begin{array}{ccccc} A\ \ &\ B\ \ \ &\ C\ &\ \ \ D\ &\ \ E \end{array}\\ T=\begin{array}{c} A\\B\\C\\D\\E\end{array} & \begin{bmatrix} 1&0&0&0&0\\ 0&1&0&0&0\\ 0&0&0&0.67&0.33\\ 0.25&0&0.75&0&0\\ 0&0.75&0.25&0&0 \end{bmatrix} \end{array}

Use
[10.670.330.75100.2501]1=[2.41.60.81.82.20.60.60.41.2]\begin{bmatrix} 1&-0.67&-0.33\\ -0.75&1&0\\ -0.25&0&1 \end{bmatrix}^{-1} = \begin{bmatrix} 2.4&1.6&0.8\\ 1.8&2.2&0.6\\ 0.6&0.4&1.2 \end{bmatrix}

More Markov Chains (Random Walks) Questions: