Displaying 1 result from an estimated 1 matches for "paracurve".
Did you mean:
areacurve
2011 Jul 13
1
Plotting parametrized curves (2D or 3D)
The curve() function plots an expression in x over an interval [from,to]. I
am looking for a function that would allow me to plot a parametrized curve
t -> x(t) where x is a vector in 2 or 3 dimensions.
For example (cos(t), sin(t)) (a2DÂ circle) or (cos(t), sin(t), t) (a 3D
helix). It seems that neither curve(), plot(), nor persp() are helpful for
that particular problem. I bet I?m not the