Re: help (ParametricPlot)
- To: mathgroup at smc.vnet.net
- Subject: [mg2535] Re: help (ParametricPlot)
- From: David Pearson <sgspedav at reading.ac.uk>
- Date: Fri, 17 Nov 1995 00:19:18 -0500
- Organization: University of Reading, U.K.
Dear James and everyone else,
Try this:
ParametricPlot[{t Cos[t], t Sin[t]}, {t,0,4Pi},AspectRatio->Automatic]
I assume i and j are the usual cartesian unit vectos.
On 16 Nov 1995, James D. Wetter wrote:
> I cannot seem to plot this function.
> Use ParametricPlot to plot the graph
> f(t) = tcost i + tsint j
> for 0 is less than or equal t and greater than or equal to
> 4Pi Set the AspectRatio option to Automatic.
> email gt0477b at prism.gatech.edu