Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 60\\5\end{bmatrix}$.
Hide help
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.9\\1.2\\1.0\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.68\\2.11\\2.91\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.591\\3.374\\5.537\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.087\\5.735\\9.535\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}5.385\\9.953\\16.4\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}9.276\\17.27\\28.37\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}16.04\\29.93\\49.17\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}27.79\\51.84\\85.19\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}48.15\\89.81\\147.6\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}83.42\\155.6\\255.7\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}144.5\\269.5\\442.9\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.2\\0.4\\0.6\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.34\\0.68\\1.1\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}0.618\\1.164\\1.918\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}1.083\\2.014\\3.315\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}1.874\\3.491\\5.738\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}3.244\\6.049\\9.939\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}5.618\\10.48\\17.22\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}9.734\\18.15\\29.83\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}16.86\\31.45\\51.68\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}29.21\\54.49\\89.54\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}50.61\\94.39\\155.1\end{matrix}\right]\end{gather*}