For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.1\\0.5\\1.3\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.65\\0.54\\1.93\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.03\\2.283\\2.712\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}4.695\\4.072\\6.168\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}9.687\\6.952\\12.13\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}19.12\\14.02\\22.31\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}35.83\\27.22\\43.03\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}68.68\\51.46\\83.14\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}132.4\\98.77\\158.9\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}253.5\\189.9\\304.4\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}485.6\\363.8\\584.2\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.2\\0.6\\1.4\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.82\\0.68\\2.18\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.412\\2.542\\3.164\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}5.416\\4.615\\7.002\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}11.03\\7.978\\13.77\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}21.73\\15.96\\25.46\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}40.84\\30.96\\49.02\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}78.26\\58.64\\94.65\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}150.7\\112.5\\181.0\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}288.7\\216.3\\346.7\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}553.2\\414.4\\665.4\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}$.