For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.2\\0.4\\1.6\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.96\\2.96\\0.46\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.24\\4.418\\0.868\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.9\\7.512\\1.735\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}6.79\\13.24\\3.048\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}11.91\\23.24\\5.328\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}20.9\\40.76\\9.345\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}36.66\\71.5\\16.39\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}64.3\\125.4\\28.76\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}112.8\\220.0\\50.44\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}197.8\\385.9\\88.48\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.8\\1.7\\0.0\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.33\\2.34\\0.57\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.196\\4.259\\1.013\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.852\\7.535\\1.727\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}6.77\\13.21\\3.025\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}11.88\\23.16\\5.31\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}20.83\\40.63\\9.316\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}36.54\\71.26\\16.34\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}64.09\\125.0\\28.66\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}112.4\\219.3\\50.28\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}197.2\\384.6\\88.19\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 80\\4\end{bmatrix}$.
Hide help