x'=a*x-b*x*y y'=-c*y+d*x*y init x=5 y=5 par a=.4 b=.3 c=.7 d=.5 @ dt=0.02 total=100 bounds=200000 maxstor=200000 done