Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 80\\5\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.5\\1.3\\1.1\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.3\\1.44\\2.18\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.39\\2.182\\4.124\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}4.324\\3.721\\7.686\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}7.89\\6.64\\14.24\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}14.48\\12.08\\26.33\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}26.66\\22.15\\48.63\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}49.15\\40.75\\89.76\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}90.66\\75.12\\165.7\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}167.3\\138.5\\305.7\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}308.6\\255.6\\564.1\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.5\\1.6\\0.7\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.15\\1.53\\1.56\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.97\\1.999\\3.073\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.428\\3.109\\5.821\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}6.14\\5.294\\10.86\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}11.17\\9.42\\20.14\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}20.49\\17.1\\37.23\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}37.72\\31.34\\68.76\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}69.52\\57.65\\126.9\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}128.2\\106.2\\234.3\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}236.5\\195.9\\432.3\end{matrix}\right]\end{gather*}
Hide help