MathGroup Archive 2011

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

Search the Archive

NDSolve

  • To: mathgroup at smc.vnet.net
  • Subject: [mg117408] NDSolve
  • From: tarun dutta <tarunduttaz at gmail.com>
  • Date: Thu, 17 Mar 2011 06:34:10 -0500 (EST)

while we want to use NDSolve the format of NDSolve is like
NDSolve[{equations},variable,{x,Xmin,Xmax}]
I wish to write {x,Xmin,Xmax} inthe following way
{x,Xmin,Xmax,Xstep} e.g.{x,0,5,1}
But the problem is that I can not use this kind of format.
Is there anyway of writing this stuff?
regards
tarun


  • Prev by Date: question on example dealing with exists
  • Next by Date: Re: Wolfram, meet Stefan and Boltzmann
  • Previous by thread: Re: question on example dealing with exists
  • Next by thread: Re: NDSolve