Hide help
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.1\\1.7\\1.1\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.94\\1.0\\4.36\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.548\\2.574\\6.102\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}6.151\\3.921\\11.27\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}10.71\\7.033\\19.12\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}18.55\\12.04\\33.32\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}32.16\\20.92\\57.63\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}55.73\\36.22\\99.92\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}96.57\\62.78\\173.1\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}167.3\\108.8\\300.0\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}290.0\\188.5\\519.8\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.2\\0.0\\1.0\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.5\\0.52\\0.76\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}0.884\\0.534\\1.758\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}1.572\\1.074\\2.776\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}2.727\\1.76\\4.935\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}4.735\\3.092\\8.476\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}8.205\\5.33\\14.72\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}14.22\\9.248\\25.49\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}24.64\\16.02\\44.18\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}42.7\\27.76\\76.55\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}73.99\\48.1\\132.6\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 90\\5\end{bmatrix}$.