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.4\\0.3\\0.3\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.2\\0.69\\0.45\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.602\\1.233\\0.723\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}5.961\\2.088\\1.186\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}9.889\\3.487\\1.96\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}16.41\\5.8\\3.246\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}27.24\\9.632\\5.379\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}45.2\\15.99\\8.92\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}75.0\\26.54\\14.79\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}124.4\\44.03\\24.54\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}206.5\\73.06\\40.71\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.5\\0.9\\1.2\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}4.05\\1.32\\1.74\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}7.947\\2.487\\2.526\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}14.27\\4.63\\3.781\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}24.69\\8.278\\5.842\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}41.96\\14.37\\9.25\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}70.6\\24.5\\14.9\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}118.1\\41.31\\24.27\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}197.0\\69.21\\39.81\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}327.8\\115.5\\65.59\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}544.8\\192.3\\108.4\end{matrix}\right]\end{gather*}
Hide help