For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.0\\1.4\\1.9\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}3.33\\2.09\\2.77\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}5.042\\3.638\\4.299\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}7.813\\5.845\\7.251\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}13.11\\9.476\\11.72\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}21.24\\15.48\\19.04\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}34.5\\25.18\\31.06\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}56.25\\40.99\\50.54\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}91.54\\66.73\\82.27\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}149.0\\108.6\\133.9\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}242.6\\176.9\\218.0\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.6\\2.0\\1.8\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}3.12\\2.28\\3.6\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}6.432\\4.104\\4.812\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}8.824\\6.798\\8.243\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}14.9\\10.85\\13.55\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}24.53\\17.75\\21.83\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}39.56\\28.92\\35.63\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}64.53\\47.04\\58.03\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}105.1\\76.59\\94.42\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}171.0\\124.7\\153.7\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}278.4\\203.0\\250.3\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 120\\2\end{bmatrix}$.