Varying a constant in an ODE to Manipulate solution set
- To: mathgroup at smc.vnet.net
- Subject: [mg125941] Varying a constant in an ODE to Manipulate solution set
- From: Narasimham <mathma18 at hotmail.com>
- Date: Sun, 8 Apr 2012 04:16:42 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
y''[t]+ c Sin[ y[t]/c ] ==0 needs to be NDSolved with Boundary conditions y'[0] == 0, y[0] == c/(1+c). How to Manipulate or Animate the y[t] plots with say 0.5 < c < 2 ? Regards Narasimham
- Follow-Ups:
- Re: Varying a constant in an ODE to Manipulate solution
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Varying a constant in an ODE to Manipulate solution set
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: Varying a constant in an ODE to Manipulate solution