Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 60\\3\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.5\\0.3\\1.1\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.79\\0.92\\2.47\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.589\\2.46\\4.042\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}4.469\\5.553\\6.561\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}8.457\\11.51\\11.38\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}16.5\\22.97\\21.02\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}32.38\\45.15\\40.2\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}63.5\\88.33\\78.09\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}124.3\\172.6\\152.5\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}243.1\\337.1\\298.0\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}475.1\\658.6\\582.6\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.3\\1.1\\1.4\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.1\\2.32\\1.75\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.667\\4.412\\3.196\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}5.634\\8.338\\6.547\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}11.29\\15.96\\13.37\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}22.2\\30.88\\26.78\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}43.41\\60.13\\52.89\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}84.78\\117.4\\103.8\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}165.6\\229.3\\203.0\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}323.4\\448.0\\396.7\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}631.9\\875.6\\775.2\end{matrix}\right]\end{gather*}