Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 130\\3\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.7\\1.1\\0.3\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.17\\2.63\\0.3\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.852\\5.124\\0.441\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.08\\9.227\\0.6879\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}5.203\\16.14\\1.13\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}8.86\\27.9\\1.9\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}15.14\\47.97\\3.228\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}25.9\\82.31\\5.51\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}44.34\\141.1\\9.423\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}75.94\\241.8\\16.13\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}130.1\\414.2\\27.62\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.1\\0.3\\0.0\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.14\\0.5\\0.03\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}0.251\\0.829\\0.051\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}0.4329\\1.402\\0.0906\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}0.7446\\2.388\\0.157\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}1.278\\4.081\\0.2705\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}2.19\\6.984\\0.4644\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}3.752\\11.96\\0.7963\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}6.428\\20.48\\1.365\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}11.01\\35.07\\2.338\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}18.86\\60.08\\4.005\end{matrix}\right]\end{gather*}