Hide help
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.4\\0.3\\0.6\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.39\\1.14\\1.26\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}0.837\\2.871\\1.971\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}1.704\\5.864\\3.424\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}3.298\\11.31\\6.322\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}6.28\\21.52\\11.9\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}11.91\\40.8\\22.51\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}22.57\\77.29\\42.63\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}42.75\\146.4\\80.74\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}80.97\\277.3\\152.9\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}153.4\\525.3\\289.7\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.8\\1.0\\0.5\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.99\\2.29\\3.25\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.959\\6.62\\5.06\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}4.092\\14.1\\8.505\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}8.008\\27.5\\15.49\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}15.3\\52.44\\29.05\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}29.04\\99.48\\54.91\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}55.03\\188.5\\104.0\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}104.2\\357.1\\196.9\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}197.5\\676.3\\373.0\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}374.0\\1281.0\\706.4\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 120\\3\end{bmatrix}$.