# example from Golubitsky # x'=x+y+x^2-y^2+0.1 y'=y-2*x*y+x^2/2+y^2 @ xp=x,yp=y @ xlo=-6,xhi=6,ylo=-6,yhi=6,dt=.02 done