Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 60\\2\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.6\\0.8\\0.2\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.78\\1.22\\3.2\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.278\\3.11\\5.246\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.03\\5.794\\9.497\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}4.283\\10.29\\16.13\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}6.324\\17.58\\27.03\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}9.66\\29.48\\44.78\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}15.1\\48.87\\73.72\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}23.99\\80.49\\120.9\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}38.48\\132.0\\197.9\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}62.11\\216.1\\323.4\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.8\\0.7\\1.5\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.13\\1.85\\3.81\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.724\\4.024\\6.855\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.682\\7.464\\12.05\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}5.255\\13.1\\20.43\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}7.824\\22.27\\34.13\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}12.02\\37.23\\56.45\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}18.87\\61.61\\92.84\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}30.04\\101.4\\152.2\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}48.26\\166.2\\249.0\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}77.98\\271.9\\406.8\end{matrix}\right]\end{gather*}