Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 50\\4\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.2\\0.1\\0.3\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.77\\1.05\\0.6\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}0.732\\1.377\\2.312\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}0.9458\\3.164\\4.682\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}1.669\\6.199\\9.991\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}3.24\\12.85\\20.46\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}6.56\\26.25\\42.1\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}13.4\\53.91\\86.35\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}27.46\\110.6\\177.2\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}56.31\\226.8\\363.5\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}115.5\\465.3\\745.8\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.4\\0.3\\0.4\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.34\\0.73\\0.93\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}0.443\\1.353\\2.152\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}0.7516\\2.824\\4.441\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}1.46\\5.739\\9.196\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}2.943\\11.79\\18.87\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}6.012\\24.17\\38.74\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}12.32\\49.6\\79.48\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}25.26\\101.7\\163.1\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}51.81\\208.7\\334.5\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}106.3\\428.2\\686.3\end{matrix}\right]\end{gather*}