For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.5\\0.6\\0.7\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.27\\1.12\\0.91\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.741\\1.682\\1.629\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}5.034\\3.008\\3.021\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}9.146\\5.534\\5.532\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}16.7\\10.13\\10.11\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}30.52\\18.51\\18.47\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}55.78\\33.81\\33.74\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}101.9\\61.79\\61.66\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}186.3\\112.9\\112.7\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}340.4\\206.4\\205.9\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.0\\1.6\\0.9\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}3.02\\1.76\\1.68\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}5.434\\3.148\\3.222\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}9.755\\5.898\\5.909\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}17.81\\10.81\\10.78\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}32.56\\19.74\\19.7\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}59.51\\36.07\\36.0\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}108.7\\65.92\\65.78\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}198.7\\120.5\\120.2\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}363.2\\220.1\\219.7\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}663.6\\402.3\\401.4\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 170\\4\end{bmatrix}$.