MathGroup Archive 2008

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

Search the Archive

Transforming an initial condition of a solved ODE into a new

  • To: mathgroup at smc.vnet.net
  • Subject: [mg93470] Transforming an initial condition of a solved ODE into a new
  • From: Itzhak <shechtma at netvision.net.il>
  • Date: Mon, 10 Nov 2008 03:30:23 -0500 (EST)

I solved a two-variable(x[t],y[t]) second-order ODE. Now I wish to transform one initial condition of the problem (x[0]) into a variable, so that I can compute the following (which I give here symbolically to convey my intention):

1) Plot[y'[tmax][x[0]],{x[0],0,100}]
2) NIntegrate[y'[tmax][x[0]],{x[0],0,100}]

How can this be done?

Thank you


  • Prev by Date: Re: Command line options
  • Next by Date: How do little quickest ?
  • Previous by thread: Garbage collection for objects?
  • Next by thread: Re: Transforming an initial condition of a solved ODE into a new