- #1
CTK
- 35
- 4
Moved from technical forum so no template
Summary: Finding the transition matrix of a paint ball game where only 3 probabilities are given.
We have the following question:
Alice, Tom, and Chloe are competing in paint ball. Alice hits her target 40% of the time, Tom hits his target 25% of the time, and Chloe hits her target 30% of the time. The game is played so that all survivors shoot simultaneously, and each competitor shoots at the opponent that is most accurate. Represent the game as a Markov chain where the states of the chain are the survivors.
Hint: there is/are absorbing states.
If we want to find its transition matrix, then is it as follows:
\begin{bmatrix}
0 & 0.6 & 0.4 \\
0.25 & 0 & 0.75 \\
0.7 & 0.3 & 0
\end{bmatrix}
Note: I have no idea why it is not converting to a matrix shape, sorry, so the matrix is as follows:
P = 0 0.6 0.4
0.25 0 0.75
0.7 0.3 0
I am pretty certain that it is wrong because the hint says that there is/are some absorbing states...so any suggestions regarding how to fix my transition matrix would be appreciated, thanks.
We have the following question:
Alice, Tom, and Chloe are competing in paint ball. Alice hits her target 40% of the time, Tom hits his target 25% of the time, and Chloe hits her target 30% of the time. The game is played so that all survivors shoot simultaneously, and each competitor shoots at the opponent that is most accurate. Represent the game as a Markov chain where the states of the chain are the survivors.
Hint: there is/are absorbing states.
If we want to find its transition matrix, then is it as follows:
\begin{bmatrix}
0 & 0.6 & 0.4 \\
0.25 & 0 & 0.75 \\
0.7 & 0.3 & 0
\end{bmatrix}
Note: I have no idea why it is not converting to a matrix shape, sorry, so the matrix is as follows:
P = 0 0.6 0.4
0.25 0 0.75
0.7 0.3 0
I am pretty certain that it is wrong because the hint says that there is/are some absorbing states...so any suggestions regarding how to fix my transition matrix would be appreciated, thanks.
Last edited: