Assume that each adult toad produces 140 eggs per year. Adults survive with probability 0.5 each year. Tadpoles survive and mature into adults with probability 0.03, and survive and remain tadpoles with probability 0.06.
Hint: the matrix equation will look something like $A\vc{x} = \vc{b}$, where $\vc{b} = \begin{bmatrix} 200\\36\end{bmatrix}$.
For the initial condition $\vc{x}_0 = \left[\begin{matrix}0.2\\1.9\\0.5\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}4.07\\0.53\\2.84\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}4.5\\2.425\\4.697\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}9.715\\3.205\\8.957\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}16.17\\6.394\\15.72\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}29.57\\10.94\\28.24\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}52.24\\19.8\\50.23\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}93.48\\35.1\\89.67\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}166.5\\62.73\\159.8\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}297.0\\111.8\\285.0\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}529.5\\199.3\\508.3\end{matrix}\right]\end{gather*}
For the initial condition $\vc{x}_0 = \left[\begin{matrix}1.4\\1.1\\0.4\end{matrix}\right]$, iterating the model forward 10 times gives: \begin{gather*}\vc{x}_1 = \left[\begin{matrix}2.83\\0.96\\2.14\end{matrix}\right], \vc{x}_2 = \left[\begin{matrix}4.385\\1.821\\4.141\end{matrix}\right], \vc{x}_3 = \left[\begin{matrix}8.088\\2.971\\7.642\end{matrix}\right], \vc{x}_4 = \left[\begin{matrix}14.18\\5.402\\13.63\end{matrix}\right], \vc{x}_5 = \left[\begin{matrix}25.43\\9.536\\24.37\end{matrix}\right]\\ \vc{x}_6 = \left[\begin{matrix}45.24\\17.06\\43.44\end{matrix}\right], \vc{x}_7 = \left[\begin{matrix}80.74\\30.38\\77.48\end{matrix}\right], \vc{x}_8 = \left[\begin{matrix}143.9\\54.19\\138.2\end{matrix}\right], \vc{x}_9 = \left[\begin{matrix}256.7\\96.62\\246.4\end{matrix}\right], \vc{x}_{10} = \left[\begin{matrix}457.7\\172.3\\439.3\end{matrix}\right]\end{gather*}