# General bifurcation model # dx/dt = x*(1-x)*(1+x) - y dy/dt = (x-a)*(b-y) - c par a=-.5, b=.5, c=.1 done