Re: Varying a constant in an ODE to Manipulate solution
- To: mathgroup at smc.vnet.net
- Subject: [mg126947] Re: Varying a constant in an ODE to Manipulate solution
- From: Narasimham <mathma18 at hotmail.com>
- Date: Tue, 19 Jun 2012 03:16:16 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201206130857.EAA03730@smc.vnet.net> <jreout$nqu$1@smc.vnet.net> <jrlfnb$c2q$1@smc.vnet.net>
On Jun 18, 1:46 am, Narasimham <mathm... at hotmail.com> wrote: > > Do you want to create 3D-parametric plot of the trajectory in space -- > > possibly as a dynamic with the time t as dynamic parameter? > > Yes. I can get this plot OK simply as: > > Manipulate[ParametricPlot3D[Evaluate[sol[c][[1]],sol[c][[2]] sol[c][[3]]], {t, -3, 3}, > PlotStyle -> {Red, Thick}, AspectRatio -> Automatic, PlotRange -> {{-3, 3}, {-10, 10}}], > {c, -0.5, 2, 0.2}] Narasimham
- References:
- Varying a constant in an ODE to Manipulate solution
- From: Narasimham <mathma18@hotmail.com>
- Varying a constant in an ODE to Manipulate solution