53071312
A dynamic system has states \(S_1, S_2, S_3, S_4\). The entry \(m_{ij}\) of its transition matrix \(M\) is the proportion moving from state \(S_j\) to state \(S_i\). Construct the \(4\times4\) matrix using these entries:
\(m_{11}=0.75\), \(m_{21}=0.15\), \(m_{41}=0.10\)
\(m_{12}=0.20\), \(m_{22}=0.80\)
\(m_{33}=0.60\), \(m_{43}=0.40\)
\(m_{14}=0.05\), \(m_{34}=0.05\), \(m_{44}=0.90\)
All entries not listed are \(0\).
Hints
- Use the first index for the row and the second index for the column.
- Fill unspecified entries with zero.
- Check each column sum after constructing the matrix.
Solution
1. There are four states, so \(M\) has four rows and four columns.
2. The first index determines the row, and the second determines the column.
3. Place the given entries in their indexed positions and fill the remaining positions with zeros:
\(M=\begin{pmatrix}0.75&0.20&0&0.05\\0.15&0.80&0&0\\0&0&0.60&0.05\\0.10&0&0.40&0.90\end{pmatrix}\).
4. Each column sums to \(1\), which is consistent with the stated transition convention.
Answer
\(M=\begin{pmatrix}0.75&0.20&0&0.05\\0.15&0.80&0&0\\0&0&0.60&0.05\\0.10&0&0.40&0.90\end{pmatrix}\)
