Limiting matrix

checklist
Mark Yourself Question
  1. Grab a piece of paper and try this problem yourself.
  2. When you're done, check the "I have answered this question" box below.
  3. View the solution and report whether you got it right or wrong.
For an absorbing Markov Chain PP, the powers P2, P3, P4,...P^2,\ P^3,\ P^4,... get closer and closer to a limiting matrix P\overline P. To find the limiting matrix, first put the transition matrix into standard form by relabeling the states so that the absorbing states come first. The transition matrix then has an identity matrix in the top left and a matrix QQ in the bottom right such that IQI-Q is invertible. The inverse F=(IQ)1F = (I-Q)^{-1} is called the fundamental matrix for PP and is used to construct the limiting matrix.
P=[I0RQ] standard form transition matrixP= \left[ \begin{array}{c|c} I & \mathbf{0} \\ \hline R &Q \\ \end{array} \right] \text{ standard form transition matrix}

F=(IQ)1 fundamental matrix F = (I-Q)^{-1} \text{ fundamental matrix}

P=[I0FR0] limiting matrix\overline P = \left[ \begin{array}{c|c} I & \mathbf{0} \\ \hline FR &\mathbf{0} \\ \end{array} \right] \text{ limiting matrix}

More Markov Chains (Random Walks) Questions: