•
|
'points'=[a] or 'points'=[[a,b]]
|
If the option 'points'=[a] or 'points'=[[a,b]] is given, the position Vector is evaluated at the values of the parameters and the corresponding point is plotted along the curve or surface.
–
|
For a position Vector with two parameters, the point [a,b] is interpreted as param1=a and param2= b where param1 and param2 are the parameter names given in the ranges r1 and r2 respectively.
|
–
|
For the point [a], a must lie in the range r and for the point [a,b], a and b must lie in the ranges r1 and r2 respectively. Otherwise, an error message is displayed.
|
–
|
Use [a1,a2,...,ak] or [[a1,b1],...,[ak,bk]] to specify more than one point.
|
Curve Options:
If the option 'vectorfield' = VField is provided, the vector field VField is evaluated at equally spaced points on the curve and the resulting rooted Vectors are displayed. The number of vectors displayed can be controlled with the option 'vectornum'=posint and the evaluation points on the curve can be provided with the option 'points'.
–
|
Since the position Vector is a Cartesian Vector, the vector field will be converted to Cartesian coordinates before the evaluation.
|
–
|
A list of vector fields can be specified using 'vectorfield'=[VField1,..,VFieldk].
|
The option 'pvdiff'=[param$k] plots the rooted Vector corresponding to the th derivative of the components of the position Vector along the curve. The number of vectors displayed can be controlled with the option 'vectornum'=posint. The evaluation point(s) on the curve can be provided with the option 'points'.
–
|
More than one derivative can be plotted using 'pvdiff'=[[d1],[d2]...], where each sublist is a valid second argument to diff.
|
The option 'tangent'= truefalse controls whether or not normalized tangent vectors are plotted along the curve. The number of vectors displayed can be controlled by the option 'vectornum'=posint. The default value is false. The evaluation point(s) on the curve can be provided with the option 'points'.
The option 'normal'= truefalse controls whether or not normalized principal normal vectors are plotted along the curve. The number of vectors displayed can be controlled by the option 'vectornum'=posint. The default value is false. The evaluation point(s) on the curve can be provided with the option 'points'.
The option 'binormal'= truefalse controls whether or not normalized binormal vectors are plotted along a three dimensional curve. The number of vectors displayed can be controlled by the option 'vectornum'=posint. The default value is false. The evaluation point(s) on the curve can be provided with the option 'points'. If pv represents a two dimensional curve, an error message is displayed.
A list of plot options for plotting the curve. For more information on plotting options, see plot/options. The default value is [].
•
|
'pointoptions', 'vectorfieldoptions', 'tangentoptions', 'normaloptions', 'binormaloptions' =list
|
A list of plot options for plotting the vectorfield, tangent vectors, principal normal vectors, and binormal vectors on the curve. For more information on plotting options, see plot/options. Their default value is []. Note: Vectors are plotted using plots[arrow].
Surface Options:
•
|
'coordcurve'= [{param1, param2}=a,options1 ]
|
The option 'coordcurve' plots a coordinate curve on the surface obtained by fixing one of the parameters, param1 or param2 to the value a. Any of the curve options in options1 can be specified to the coordinate curve.
–
|
If the value a of the parameter is out of range, an error message is displayed.
|
–
|
A list of coordinate curves can be specified, using 'coordcurve'=[[...],...,[...]].
|
If the option 'vectorfield' = VField is provided, the vector field VField is evaluated at equally spaced points on the surface and the resulting rooted Vectors are displayed. The number of vectors displayed can be controlled with the option `vectorgrid`=[posint,posint] and the evaluation points on the surface can be provided with the option 'points'.
–
|
Since the position Vector is a Cartesian Vector, the vector field will be converted to Cartesian coordinates before the evaluation.
|
–
|
This option can take a list of vector fields, using 'vectorfield'=[VField1,..,VFieldk].
|
•
|
'pvdiff'=[{param1,param2}$k]
|
The option 'pvdiff'={param1,param2}$k plots the rooted Vector corresponding to the th derivative of the components of the position Vector along the surface. The number of vectors displayed can be controlled with the option 'vectorgrid'=[posint,posint]. The evaluation point(s) on the curve can be provided with the option 'points'.
–
|
More than one derivative can be plotted using 'pvdiff'=[[param$k1],[param$k2]...].
|
The option 'normal'= truefalse controls whether or not a normal vector to the surface is plotted. By default the normal vector is evaluated at the center of the specified ranges of the parameters, however the evaluation point(s) on the surface can be provided with the option 'points'. The default value is false.
–
|
The orientation of the normal vector can be controlled with the option 'normalorientation'=truefalse.
|
–
|
The formula used to compute the normal vector of a position Vector is .
|
•
|
'normalfield' = truefalse
|
If a vector field is provided with the option `vectorfield`, the additional option 'normalfield'= truefalse controls whether or not a normal field is evaluated at equally spaced points on the surface. The resulting rooted vectors are displayed. If no vector field is provided, an error message is displayed. The default value is false.
–
|
The formula used to compute the normal field of a vector field is where is the dot product of the normalized normal vector and .
|
A list of plot option for plotting the surface. For more information on plotting options, see plot3d/options. The default value is [].
•
|
'pointoptions', 'diffoptions', 'normaloptions', 'vectorfieldoptions', 'normalfieldoptions'=list;
|
Lists of plot options for plotting points, vectors corresponding to derivatives, normal vectors, vector fields and normal fields on the surface. For more information on plotting options, see plot3d/options. Their default value is [].