#put in the differential equations x'=a+b*x-x^3 #set parameters par a=1 b=1 #put in the 0ther crap @ dt=0.02 total=100 bounds=200000 maxstor=200000 #Are you done? done