RE: another question regarding NDSolve
- To: mathgroup at smc.vnet.net
- Subject: [mg18873] RE: [mg18852] another question regarding NDSolve
- From: "Ersek, Ted R" <ErsekTR at navair.navy.mil>
- Date: Sun, 25 Jul 1999 03:30:10 -0400
- Sender: owner-wri-mathgroup at wolfram.com
O. Matt Umurhan wrote:
---------------------------
I have a specific question about NDSolve. If I am having it solve an
ode, how do I specify the maximum RKstep size it is to take?
---------------------------
Why didn't check:
Options[NDSolve]
I think the following will work.
NDSolve[eqns, y, {x, xmin, xmax}, MaxStepSize -> 0.2]
------------------------------
Regards,
Ted Ersek