For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.1\\1.5\\1.6\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.15\\1.47\\4.08\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}4.043\\2.727\\6.544\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}6.907\\5.124\\11.35\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}12.13\\8.801\\20.22\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}21.38\\15.44\\35.44\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}37.54\\27.21\\62.21\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}65.94\\47.77\\109.3\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}115.9\\83.91\\192.1\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}203.6\\147.4\\337.5\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}357.6\\259.0\\592.9\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.3\\0.7\\1.3\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.65\\1.63\\2.74\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.119\\2.143\\5.462\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}5.596\\3.957\\9.144\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}9.703\\7.111\\16.05\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}17.07\\12.35\\28.36\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}30.02\\21.71\\49.75\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}52.72\\38.19\\87.38\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}92.61\\67.08\\153.6\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}162.7\\117.8\\269.8\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}285.9\\207.0\\473.9\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 180\\5\end{bmatrix}$.
Hide help