Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 50\\3\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.9\\0.3\\0.3\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.83\\0.61\\1.23\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.143\\1.619\\0.743\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}2.569\\1.417\\1.084\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}2.607\\1.874\\1.934\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}3.339\\2.95\\2.132\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}5.011\\3.564\\2.807\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}6.273\\4.658\\4.0\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}8.175\\6.424\\5.095\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}11.14\\8.349\\6.699\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}14.59\\10.99\\9.023\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.6\\0.4\\0.8\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.76\\1.06\\0.52\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.688\\0.966\\0.72\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}1.762\\1.251\\1.278\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}2.231\\1.957\\1.435\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}3.33\\2.389\\1.874\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}4.198\\3.111\\2.663\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}5.461\\4.282\\3.407\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}7.428\\5.578\\4.474\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}9.743\\7.337\\6.02\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}12.82\\9.797\\7.915\end{matrix}\right]\end{gather*}