🏠 Home

Quiz Questions

Question 1: Represent this markov chain as I-P where P is the stochastic matrix, and I is the identity matrix.

Question 2: Set up the system of equations where A is the previous matrix $A\mathbf{x} = \mathbf{b}$, where $\mathbf{x} = [x_1, x_2, x_3, x_4, x_5]^T$ represents the probability of reaching Node 4 starting from each node. Set $\mathbf{b} = [0, 0, 0, 0, 1]^T$ and solve for $\mathbf{x}$.

Question 3: What does the previous questions' 0 node solution mean for the expected time to get from node 0 to node 4?

Question 4: What property do the two sets which cannot reach each other have when represented as a matrix?

Question 5: What does this property tell you about probabilities and expectations of the 2 sets of nodes?

Question 6: Which nodes have a finite expectation towards all other nodes in this new Markov Chain?

Question 7: How does an extremely low probability differ from 0?

Question 8: Ignore previous markov chains, and consider exclusively the I matrix, can each node represented by this matrix reach the others?

Question 9: What does it mean for expectations if the probability of a node to another is between 0 and 1

Question 10: What does it mean for expectations if the probability of a node to another is 1