Re: help
- Subject: [mg2537] Re: [mg2525] help
- From: c621746 at everest.cclabs.missouri.edu (Keith Mersman)
- Date: Fri, 17 Nov 1995 05:19:39 GMT
- Approved: usenet@wri.com
- Distribution: local
- Newsgroups: wri.mathgroup
- Organization: Wolfram Research, Inc.
- Sender: daemon at wri.com ( )
On Thu, 16 Nov 1995, James D. Wetter wrote: > To anyone, > > 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. > > If if you know the solution please send it to me. It will > > be helpful. If you don't know the solution could you send me > > and address of someone who might khow the soultion. > > Thanks > James > > email gt0477b at prism.gatech.edu > James, Try this ParametricPlot[{t Cos[t],t Sin[t]},{t,0,4 Pi},AspectRatio->Automatic]; Keith S. Mersman Mathematica Consultant University of Missouri-Columbia