# pitchfork bifurcation dx/dt = x*(p - x^2) dy/dt = -y x(0)=1 y(0)=1 param p=3 @ total=150,dt=.05,xlo=-5,xhi=5, ylo=-1, yhi=1, xp=x, yp=y done