For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.2\\0.9\\1.7\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}3.49\\1.11\\1.5\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}4.468\\1.958\\1.671\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}5.354\\3.019\\2.655\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}7.79\\4.355\\4.117\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}11.81\\6.325\\6.026\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}17.44\\9.289\\8.765\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}25.49\\13.65\\12.85\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}37.33\\20.03\\18.87\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}54.8\\29.39\\27.7\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}80.43\\43.12\\40.64\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.4\\1.3\\1.7\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}4.05\\1.75\\1.94\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}5.656\\2.754\\2.507\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}7.576\\4.136\\3.781\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}11.04\\6.029\\5.684\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}16.42\\8.806\\8.338\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}24.17\\12.92\\12.19\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}35.41\\18.98\\17.87\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}51.92\\27.85\\26.24\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}76.19\\40.85\\38.5\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}111.8\\59.94\\56.49\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 70\\2\end{bmatrix}$.
Hide help