Hide help
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.1\\0.3\\0.6\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.88\\1.29\\0.51\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.48\\2.226\\1.572\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.369\\5.052\\2.92\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}6.873\\10.31\\6.433\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}14.59\\21.89\\13.27\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}30.52\\45.77\\28.06\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}64.19\\96.28\\58.77\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}134.7\\202.1\\123.5\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}283.0\\424.4\\259.3\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}594.2\\891.2\\544.7\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.3\\1.3\\1.5\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.44\\3.49\\1.88\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}4.628\\6.976\\4.403\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}9.925\\14.88\\8.995\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}20.72\\31.08\\19.07\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}43.6\\65.4\\39.9\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}91.48\\137.2\\83.91\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}192.2\\288.3\\176.1\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}403.5\\605.3\\369.9\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}847.4\\1271.0\\776.8\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}1780.0\\2669.0\\1631.0\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 120\\4\end{bmatrix}$.