Plotting a parametric curve in the plane
We work out an example of a parametric curve in the plane given in class
First we define a parametric curve in the plane via the function F:
In[1]:=
The following command plots our parametric curve for -10<=t<=10:
In[2]:=
Out[2]=
Is this really a circle???
Add the option "AspectRatio→Automatic" to make the x and y coordinates appear in the same scale:
In[3]:=
Out[3]=
Created by Mathematica (September 13, 2004)