Equilibrium points of the two-dimensional difference equation model

148 Views Asked by At

I am given the following two difference equations and asked to find the equilibrium points, I've looked on many online notes; however, I could not find anything that was similar to my problem, any suggestions on how to attempt it would be helpful
\begin{aligned} x_t&=x_{t-1}y_{t-1} \\ y_t&=y_{t-1}(x_{t-1}-1) \end{aligned}