Re: parametric plots
- To: mathgroup at smc.vnet.net
- Subject: [mg29999] Re: [mg29969] parametric plots
- From: BobHanlon at aol.com
- Date: Sat, 21 Jul 2001 00:49:06 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
In a message dated 2001/7/20 3:35:26 AM, rspeers at skidmore.edu writes:
>This one is easy, I know, but I can't do it. For classroom use I want
>to be able to watch a parametric curve being drawn.
>
Table[ParametricPlot[{Cos[5t],Sin[3t]},{t,0,tmax},
AspectRatio->Automatic,
PlotRange -> {{-1, 1}, {-1, 1}}];, {tmax, Pi/10, 2Pi, Pi/10}]
Then animate the cells.
Bob Hanlon
Chantilly, VA USA