For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.4\\1.9\\1.6\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.07\\1.77\\4.58\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.086\\3.516\\9.084\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}5.616\\5.856\\16.8\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}9.758\\10.28\\30.06\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}17.13\\17.93\\53.15\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}30.02\\31.4\\93.49\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}52.61\\55.0\\164.1\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}92.21\\96.37\\287.8\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}161.6\\168.9\\504.6\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}283.3\\296.0\\884.6\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.7\\1.0\\1.4\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.39\\1.47\\3.5\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.368\\2.558\\6.876\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}4.174\\4.395\\12.61\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}7.304\\7.668\\22.51\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}12.8\\13.4\\39.76\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}22.44\\23.47\\69.91\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}39.33\\41.11\\122.7\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}68.93\\72.04\\215.2\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}120.8\\126.3\\377.2\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}211.8\\221.3\\661.3\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 170\\5\end{bmatrix}$.
Hide help