For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.4\\0.1\\1.4\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.91\\0.2\\2.17\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.815\\0.337\\3.502\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.337\\0.5524\\5.797\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}5.88\\0.9112\\9.727\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}10.14\\1.519\\16.43\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}17.33\\2.554\\27.81\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}29.48\\4.314\\47.15\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}50.05\\7.303\\79.96\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}84.93\\12.38\\135.6\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}144.1\\20.99\\230.0\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.1\\0.2\\1.4\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.77\\0.26\\2.1\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.761\\0.366\\3.378\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.308\\0.5574\\5.617\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}5.821\\0.8961\\9.465\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}9.999\\1.484\\16.03\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}17.02\\2.493\\27.18\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}28.9\\4.214\\46.11\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}49.02\\7.139\\78.22\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}83.13\\12.11\\132.7\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}141.0\\20.53\\225.1\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}$.