Hide help
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.8\\2.0\\1.2\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}5.44\\1.68\\0.96\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}9.28\\1.888\\2.208\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}14.95\\2.438\\4.109\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}23.78\\3.446\\6.95\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}37.64\\5.135\\11.3\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}59.42\\7.871\\18.07\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}93.7\\12.24\\28.67\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}147.7\\19.16\\45.31\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}232.7\\30.1\\71.49\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}366.7\\47.35\\112.7\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.6\\0.5\\0.2\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.64\\0.46\\0.3\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.736\\0.532\\0.672\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}4.394\\0.6992\\1.224\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}6.981\\0.9987\\2.052\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}11.04\\1.497\\3.326\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}17.43\\2.302\\5.308\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}27.48\\3.584\\8.413\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}43.31\\5.616\\13.29\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}68.25\\8.824\\20.97\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}107.5\\13.88\\33.06\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 150\\4\end{bmatrix}$.