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