Previous Up Next

14.15.6  The graph of parametric equations in space: paramplot

The paramplot command can draw a parametric surface in ℝ3 (see Section 8.14.2 for a full description).

paramplot can take two arguments; a list of three expressions involving two parameters and a list of the parameters (possibly with bounds), and it returns and draws the parameterized surface.


Example.
Input:

paramplot([u*cos(v),u*sin(v),u],[u,v])

Output:


Previous Up Next