For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.4\\1.3\\1.9\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.11\\2.31\\3.43\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.582\\3.905\\6.003\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}6.145\\6.713\\10.38\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}10.58\\11.56\\17.9\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}18.23\\19.92\\30.86\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}31.42\\34.34\\53.2\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}54.16\\59.19\\91.69\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}93.35\\102.0\\158.0\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}160.9\\175.8\\272.4\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}277.3\\303.1\\469.5\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.9\\0.7\\1.6\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.94\\2.22\\2.94\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.256\\3.522\\5.342\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}5.526\\6.033\\9.292\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}9.496\\10.37\\16.05\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}16.36\\17.87\\27.68\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}28.19\\30.8\\47.71\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}48.58\\53.09\\82.24\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}83.73\\91.51\\141.8\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}144.3\\157.7\\244.3\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}248.7\\271.8\\421.1\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 80\\4\end{bmatrix}$.