dx/dt = -ay if x>=0 else 0
dy/dt = -bx if y>= 0 else 0
x and y start at xo and yo
The goal is to find out whether x or y hits 0 first depending on the initial values and the decrement rate. (0,positive) is not an equilibrium point if you ignore the conditionals so I'm not sure what to do here.


LinkBack URL
About LinkBacks
