Hide help
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 50\\2\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.2\\1.6\\1.4\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.24\\2.1\\1.3\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}0.25\\2.324\\1.406\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}0.2656\\2.544\\1.518\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}0.2846\\2.767\\1.64\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}0.3062\\3.001\\1.772\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}0.3303\\3.248\\1.915\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}0.3566\\3.514\\2.069\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}0.3852\\3.799\\2.237\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}0.4163\\4.108\\2.418\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}0.4499\\4.44\\2.613\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.8\\0.3\\1.5\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.05\\1.56\\3.33\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}0.858\\3.705\\3.447\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}0.7737\\5.066\\3.666\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}0.7534\\6.05\\3.929\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}0.7696\\6.849\\4.229\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}0.8078\\7.57\\4.562\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}0.8601\\8.272\\4.926\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}0.9226\\8.99\\5.321\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}0.9934\\9.743\\5.75\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}1.072\\10.55\\6.215\end{matrix}\right]\end{gather*}