For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.3\\1.7\\0.1\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.99\\2.86\\3.33\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.067\\8.348\\4.789\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}2.203\\12.21\\7.868\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}3.544\\20.57\\13.22\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}5.886\\34.3\\21.93\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}9.802\\56.92\\36.45\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}16.29\\94.64\\60.6\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}27.07\\157.3\\100.7\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}45.0\\261.5\\167.4\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}74.8\\434.7\\278.3\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.3\\0.0\\0.8\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.65\\3.78\\3.0\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.081\\7.326\\4.312\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}2.006\\11.17\\7.248\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}3.237\\18.89\\12.1\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}5.397\\31.39\\20.08\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}8.977\\52.14\\33.39\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}14.92\\86.7\\55.51\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}24.8\\144.1\\92.27\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}41.22\\239.5\\153.4\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}68.52\\398.2\\254.9\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 140\\5\end{bmatrix}$.