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.6\\0.8\\1.9\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.99\\4.31\\1.77\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.51\\6.247\\3.018\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.64\\9.306\\4.286\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}5.257\\13.5\\6.261\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}7.635\\19.62\\9.083\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}11.08\\28.49\\13.19\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}16.1\\41.37\\19.16\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}23.37\\60.07\\27.81\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}33.94\\87.23\\40.39\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}49.28\\126.7\\58.65\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.7\\1.6\\1.0\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.68\\3.63\\1.8\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.271\\5.667\\2.637\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.248\\8.306\\3.854\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}4.706\\12.09\\5.596\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}6.831\\17.55\\8.128\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}9.918\\25.49\\11.8\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}14.4\\37.02\\17.14\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}20.91\\53.75\\24.89\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}30.37\\78.05\\36.14\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}44.09\\113.3\\52.48\end{matrix}\right]\end{gather*}
Hide help