Hide help
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.1\\0.3\\1.6\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.87\\0.25\\1.73\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.041\\0.523\\2.939\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}1.75\\0.7825\\4.436\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}2.672\\1.248\\6.956\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}4.19\\1.942\\10.82\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}6.526\\3.036\\16.88\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}10.18\\4.735\\26.33\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}15.88\\7.388\\41.08\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}24.78\\11.53\\64.07\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}38.65\\17.98\\99.95\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.8\\0.6\\2.0\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.58\\1.14\\4.9\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.074\\1.43\\7.43\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}4.588\\2.231\\11.98\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}7.273\\3.397\\18.7\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}11.31\\5.287\\29.27\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}17.67\\8.226\\45.67\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}27.56\\12.83\\71.26\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}43.0\\20.0\\111.2\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}67.07\\31.2\\173.4\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}104.6\\48.67\\270.6\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 60\\4\end{bmatrix}$.