Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 110\\5\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.5\\1.2\\0.4\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.32\\0.88\\1.53\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}4.539\\1.628\\2.972\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}8.765\\3.167\\5.742\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}16.95\\6.12\\11.1\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}32.77\\11.83\\21.47\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}63.37\\22.88\\41.51\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}122.5\\44.24\\80.26\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}236.9\\85.54\\155.2\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}458.1\\165.4\\300.1\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}885.7\\319.8\\580.2\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.9\\0.2\\0.3\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.49\\0.9\\1.03\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.273\\1.098\\2.133\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}6.24\\2.272\\4.091\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}12.09\\4.36\\7.917\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}23.36\\8.437\\15.31\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}45.18\\16.31\\29.59\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}87.35\\31.54\\57.22\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}168.9\\60.98\\110.6\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}326.6\\117.9\\213.9\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}631.4\\228.0\\413.6\end{matrix}\right]\end{gather*}
Hide help