Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 200\\5\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.2\\0.7\\0.1\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.68\\1.04\\1.93\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}0.637\\2.351\\3.317\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}0.8853\\4.222\\6.615\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}1.526\\7.94\\12.11\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}2.768\\14.64\\22.54\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}5.103\\27.14\\41.67\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}9.432\\50.21\\77.15\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}17.45\\92.92\\142.8\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}32.29\\172.0\\264.2\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}59.76\\318.2\\488.9\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.6\\0.0\\0.4\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.84\\0.92\\0.84\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}0.596\\1.568\\2.596\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}0.7144\\3.153\\4.672\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}1.14\\5.764\\8.928\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}2.039\\10.74\\16.45\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}3.738\\19.85\\30.52\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}6.906\\36.75\\56.45\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}12.77\\68.0\\104.5\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}23.64\\125.9\\193.4\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}43.74\\232.9\\357.8\end{matrix}\right]\end{gather*}