# dae2.ode # shows dramatic failure until the tolerances are tightened x'=y 0= .001*(.5*(y^3+y)+x-1) solve y=1 init x=0 aux yy=y done