Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 130\\2\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.1\\0.1\\0.0\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.3\\0.06\\0.88\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.076\\1.004\\0.592\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}1.67\\1.254\\1.098\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}2.544\\1.96\\1.775\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}4.029\\3.128\\2.745\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}6.328\\4.896\\4.321\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}9.936\\7.691\\6.791\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}15.61\\12.08\\10.66\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}24.52\\18.98\\16.75\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}38.52\\29.82\\26.32\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.6\\0.6\\0.6\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.46\\1.02\\1.52\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.78\\2.284\\1.776\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}4.337\\3.324\\2.934\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}6.754\\5.222\\4.643\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}10.64\\8.241\\7.261\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}16.71\\12.93\\11.41\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}26.24\\20.31\\17.93\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}41.22\\31.91\\28.17\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}64.76\\50.13\\44.24\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}101.7\\78.75\\69.5\end{matrix}\right]\end{gather*}