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}0.5\\2.0\\0.0\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.65\\1.35\\3.15\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.485\\3.46\\4.11\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}4.401\\6.995\\8.401\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}8.64\\13.52\\16.85\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}17.14\\26.71\\32.98\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}33.7\\52.62\\64.99\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}66.37\\103.6\\128.0\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}130.7\\204.1\\252.2\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}257.5\\401.9\\496.6\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}507.1\\791.6\\978.1\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.3\\0.6\\0.8\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.25\\2.23\\1.77\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.133\\3.506\\4.782\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}4.637\\7.096\\8.768\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}8.999\\14.08\\17.3\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}17.69\\27.64\\34.19\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}34.89\\54.45\\67.28\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}68.7\\107.3\\132.5\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}135.3\\211.2\\261.0\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}266.5\\416.0\\514.0\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}524.9\\819.4\\1012.0\end{matrix}\right]\end{gather*}