For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.3\\0.9\\1.6\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.5\\5.05\\0.91\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}4.94\\4.543\\2.561\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}6.598\\12.97\\3.555\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}14.33\\18.25\\7.522\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}23.2\\38.3\\12.35\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}44.56\\63.19\\23.52\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}77.29\\119.9\\41.0\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}142.3\\209.5\\75.26\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}253.0\\384.2\\134.0\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}459.1\\684.4\\242.9\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.6\\1.9\\1.6\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}1.88\\4.03\\1.1\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}4.352\\5.391\\2.286\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}6.924\\11.62\\3.691\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}13.45\\18.88\\7.093\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}23.18\\36.17\\12.3\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}42.84\\62.83\\22.65\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}75.97\\115.6\\40.25\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}138.1\\205.6\\73.06\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}247.3\\373.0\\131.0\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}446.8\\668.7\\236.5\end{matrix}\right]\end{gather*}
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 90\\4\end{bmatrix}$.