MathGroup Archive 1999

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: New book on Mathematica Graphics is needed
  • Next by Date: RE: Q: Can I create a button function ?
  • Previous by thread: Re: New book on Mathematica Graphics is needed
  • Next by thread: Re: another question regarding NDSolve