For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.3\\0.3\\1.1\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}0.6\\3.81\\2.45\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.134\\5.212\\4.672\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.446\\11.21\\8.759\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}6.925\\20.36\\16.71\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}12.87\\39.23\\31.61\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}24.59\\73.98\\60.0\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}46.51\\140.6\\113.8\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}88.29\\266.4\\215.8\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}167.4\\505.5\\409.2\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}317.5\\958.5\\776.0\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.6\\1.5\\1.4\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.0\\3.28\\2.53\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.018\\5.898\\4.861\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}3.735\\11.42\\9.182\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}7.15\\21.49\\17.44\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}13.51\\40.86\\33.06\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}25.66\\77.42\\62.7\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}48.64\\146.9\\118.9\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}92.26\\278.5\\225.5\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}175.0\\528.3\\427.7\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}331.8\\1002.0\\811.1\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 70\\5\end{bmatrix}$.
Hide help