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}0.2\\0.2\\1.5\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.57\\0.95\\1.91\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.654\\1.601\\3.07\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.743\\3.178\\5.495\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}8.015\\6.378\\10.57\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}16.74\\12.97\\21.07\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}34.63\\26.52\\42.68\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}71.31\\54.35\\87.1\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}146.6\\111.5\\178.3\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}301.1\\228.7\\365.7\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}618.2\\469.4\\750.2\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.7\\0.1\\0.7\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.12\\0.93\\1.32\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.351\\1.742\\2.794\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}4.79\\3.626\\5.764\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}9.821\\7.44\\11.87\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}20.14\\15.28\\24.4\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}41.34\\31.37\\50.1\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}84.84\\64.39\\102.9\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}174.1\\132.2\\211.2\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}357.4\\271.3\\433.5\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}733.7\\557.0\\889.9\end{matrix}\right]\end{gather*}