Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 100\\4\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.2\\1.7\\0.7\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.11\\3.69\\2.15\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.024\\6.405\\3.826\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.552\\11.26\\6.804\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}6.251\\19.82\\12.02\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}11.0\\34.89\\21.19\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}19.38\\61.43\\37.32\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}34.12\\108.2\\65.72\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}60.07\\190.4\\115.7\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}105.8\\335.3\\203.8\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}186.2\\590.5\\358.8\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.6\\1.3\\1.8\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.18\\4.02\\3.27\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.289\\7.221\\4.884\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}4.063\\12.88\\8.134\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}7.183\\22.77\\14.03\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}12.67\\40.15\\24.52\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}22.31\\70.73\\43.06\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}39.29\\124.6\\75.75\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}69.19\\219.4\\133.3\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}121.8\\386.3\\234.7\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}214.5\\680.1\\413.3\end{matrix}\right]\end{gather*}
Hide help