Hide help
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.4\\0.9\\0.4\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.09\\1.56\\1.66\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.509\\2.823\\4.03\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}5.21\\5.269\\8.655\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}10.46\\9.994\\17.58\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}20.59\\19.13\\34.85\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}40.18\\36.78\\68.23\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}78.06\\70.9\\132.8\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}151.3\\136.9\\257.5\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}292.8\\264.4\\498.6\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}566.4\\510.8\\964.8\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.3\\0.7\\0.7\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.18\\1.51\\2.75\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.127\\2.77\\4.851\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}5.716\\5.37\\9.918\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}11.36\\10.31\\19.17\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}21.92\\19.9\\37.35\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}42.51\\38.41\\72.34\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}82.23\\74.21\\140.1\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}159.1\\143.4\\270.9\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}307.5\\277.2\\523.9\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}594.6\\535.7\\1013.0\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 80\\3\end{bmatrix}$.