Hide help
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.5\\0.6\\0.8\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.38\\1.97\\1.06\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}0.334\\2.417\\2.288\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}0.4292\\4.499\\3.373\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}0.5948\\6.656\\5.709\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}0.9278\\11.02\\8.869\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}1.444\\17.2\\14.33\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}2.299\\27.66\\22.65\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}3.644\\43.79\\36.18\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}5.804\\69.89\\57.47\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}9.229\\111.1\\91.56\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.5\\1.4\\0.2\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.92\\2.13\\1.54\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}0.706\\3.843\\2.812\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}0.7048\\5.941\\4.903\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}0.9132\\9.704\\7.836\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}1.331\\15.3\\12.65\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}2.064\\24.49\\20.09\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}3.247\\38.87\\32.06\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}5.155\\61.97\\50.99\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}8.192\\98.54\\81.2\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}13.03\\156.9\\129.2\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 50\\4\end{bmatrix}$.