For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.2\\0.8\\0.0\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.2\\2.2\\0.88\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}2.88\\3.74\\2.088\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}5.064\\7.282\\3.777\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}9.751\\13.58\\7.216\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}18.25\\25.67\\13.54\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}34.45\\48.3\\25.53\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}64.85\\91.03\\48.09\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}122.2\\171.5\\90.6\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}230.2\\323.0\\170.7\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}433.7\\608.6\\321.5\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.2\\1.1\\1.1\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.56\\2.53\\1.23\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}3.348\\4.499\\2.459\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}6.068\\8.632\\4.515\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}11.57\\16.17\\8.571\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}21.72\\30.52\\16.11\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}40.96\\57.46\\30.37\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}77.14\\108.3\\57.2\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}145.3\\203.9\\107.8\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}273.8\\384.2\\203.0\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}515.8\\723.8\\382.4\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 60\\3\end{bmatrix}$.
Hide help