Enter you ODE and the control info int the following table, and click on one of the "Show" buttons. ODEs should be specified as in the next example. Computation is limited to 2 CPU seconds.
A=2/5.0; B=6/5.0; diff(x, t)=A+x*(x*y-B-1); diff(y, t)=x*(B-x*y);