Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 60\\5\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.8\\0.0\\0.6\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.0\\0.58\\0.94\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.154\\0.916\\1.444\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.46\\1.533\\2.72\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}6.187\\2.749\\4.588\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}10.68\\4.724\\8.068\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}18.63\\8.257\\14.0\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}32.41\\14.35\\24.38\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}56.4\\24.98\\42.42\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}98.15\\43.47\\73.82\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}170.8\\75.65\\128.5\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.6\\1.3\\1.4\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}3.71\\1.43\\2.37\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}5.633\\2.544\\4.582\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}10.34\\4.588\\7.561\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}17.7\\7.819\\13.43\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}30.94\\13.72\\23.22\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}53.79\\23.81\\40.48\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}93.63\\41.48\\70.42\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}162.9\\72.16\\122.6\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}283.5\\125.6\\213.3\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}493.4\\218.6\\371.1\end{matrix}\right]\end{gather*}