Prev: Numerical solution of differential equation with boundary values
Next: Error when attempting to save Graphic to file
From: ValeX on 19 May 2010 07:00 Is it possible to specify in NDSolve a variable MaxStepFraction? That is, i'm integrating within {x,0,100} and i want MaxStepFraction=1/500 in {x,0,1} and MaxStepFraction=1/100 in {x, 1,100}. |