For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.1\\1.0\\0.7\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.29\\1.76\\0.5\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}1.357\\1.78\\2.185\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.729\\4.823\\3.128\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}6.199\\8.042\\7.157\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}13.05\\16.9\\12.88\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}24.4\\31.63\\26.02\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}48.35\\62.65\\49.61\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}93.09\\120.6\\97.34\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}181.8\\235.5\\188.3\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}352.5\\456.7\\366.8\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.7\\0.5\\1.6\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.46\\3.13\\1.85\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.775\\4.895\\4.615\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}8.307\\10.75\\7.97\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}15.22\\19.72\\16.45\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}30.46\\39.46\\31.05\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}58.35\\75.61\\61.22\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}114.2\\148.0\\118.1\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}221.2\\286.6\\230.4\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}430.7\\558.0\\447.0\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}836.3\\1084.0\\869.5\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}$.
Hide help