Tracing of Manipulate solutions
- To: mathgroup at smc.vnet.net
- Subject: [mg126888] Tracing of Manipulate solutions
- From: Narasimham <mathma18 at hotmail.com>
- Date: Fri, 15 Jun 2012 15:28:07 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
Is it possible to plot traces that remain for each c value that would
enable viewing parabola envelope in the program below ? There is no
snapshot " Tracer ON " button provided in the popdown menu. Cutting/
pasting each frame is cumbersome to view the envelope.Cannot
DynamicModules be somehow Manipulated to Show them together :) ? I
am sure such feature would be useful if made available in the
Manipulate menu. ( i.e., if not already available as a ready made
program).
Clairaut's Differential Equation of Wolfram Demonstrations Project is
one case in point that I refer to.
Manipulate[ Plot[{ c x - c^2/2 }, {x, -3, 3}, PlotStyle -> {Orange,
Thick}, PlotLabel -> "CLAIRAUT_ c_discr_ EQUN " , AspectRatio ->
Automatic, PlotRange -> {-3, 3}], {c, -2, 2, 0.1}]
Narasimham GL
- Follow-Ups:
- Re: Tracing of Manipulate solutions
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: Tracing of Manipulate solutions