Question: How can i plot a parametric equations

Dears, How can i plot a parametric equations for an ellipse

x[i]=a*sin(t[i]),     y[i]=b*cos(t[i])      t[i] takes a numerical vaulues from - Pi to Pi.

i.e

i want to plot the values ,

(x[1], y[1]),

(x[2], y[2]),

.

.

(x[i], y[i])      where     i=1..100,


Dr. Amr

Please Wait...