The following lines execute properly in Maple 10 and not Maple 11. restart; with(DEtools): DEplot( diff(y(x),x)=8*x^3*y(x), y(x), x=-5..5, [[ y(0) = 4 ]], y=-5..5 ); When run in Maple 11, Maple seems to be doing a lot of extra dsolve/numeric calculations and then just hangs when dsolve/numeric/SC/IVPrun calls external hardware nonstiff integrator with evalhf = true.

Please Wait...