Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 130\\5\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.4\\1.1\\1.6\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}3.38\\0.76\\3.86\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}5.126\\1.076\\5.906\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}7.672\\1.612\\8.835\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}11.48\\2.412\\13.22\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}17.19\\3.609\\19.79\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}25.72\\5.402\\29.62\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}38.5\\8.085\\44.33\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}57.62\\12.1\\66.35\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}86.23\\18.11\\99.3\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}129.1\\27.1\\148.6\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.0\\1.2\\0.0\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.62\\0.48\\3.16\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.866\\0.824\\4.432\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}5.797\\1.216\\6.679\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}8.675\\1.822\\9.99\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}12.98\\2.727\\14.95\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}19.43\\4.081\\22.38\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}29.08\\6.108\\33.49\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}43.53\\9.142\\50.13\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}65.15\\13.68\\75.02\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}97.5\\20.48\\112.3\end{matrix}\right]\end{gather*}