Solving a system of ODEs with changing parameters

91 Views Asked by At

I want to plot (Preferably in Desmos or something like that) a system of ODEs with changing parameters $a,b,h>0$. $$ \begin{split} x' &= x(1-ax-y)\\ y' &= y(b-x-y)+h \end{split} $$ How do I got about doing this?