Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 180\\4\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.4\\1.1\\1.5\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.16\\2.69\\2.9\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}4.239\\5.151\\4.79\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}7.624\\8.989\\9.194\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}13.98\\16.78\\16.6\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}25.6\\30.54\\30.44\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}46.82\\55.93\\55.72\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}85.7\\102.4\\101.9\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}156.8\\187.3\\186.5\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}287.0\\342.8\\341.3\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}525.1\\627.2\\624.6\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.5\\0.7\\1.9\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.28\\3.09\\3.07\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}4.606\\5.523\\5.108\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}8.179\\9.629\\9.956\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}15.06\\18.11\\17.82\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}27.55\\32.84\\32.78\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}50.39\\60.21\\59.96\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}92.23\\110.2\\109.7\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}168.8\\201.6\\200.8\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}308.8\\368.9\\367.4\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}565.1\\675.1\\672.3\end{matrix}\right]\end{gather*}