Student[MultivariateCalculus]
GetNormal
a normal vector for a plane
Calling Sequence
Parameters
Returns
Description
Examples
Compatibility
GetNormal(p)
p
-
Plane ; Plane defined in Student[MultivariateCalculus].
Vector ; Normal vector for the plane.
The GetNormal command obtains a normal vector for a plane. This vector is by definition orthogonal to the plane.
The normal vector is not necessarily simplified.
with⁡StudentMultivariateCalculus:
p1≔Plane⁡2,3,−3,5,3,1:
GetNormal⁡p1
531
GetPlot⁡Plane⁡2,3,−3,5,3,1
The normal vector can be obtained from a plane defined by any Plane constructor.
p2≔Plane⁡3,6,1,4,1,−5,3,2,0,variables=u,v,x:
GetRepresentation⁡p2
−19⁢u+v−4⁢x=−55
GetNormal⁡p2
−191−4
GetPlot⁡Plane⁡3,6,1,4,1,−5,3,2,0,variables=u,v,x
The Student[MultivariateCalculus][GetNormal] command was introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
See Also
Student[MultivariateCalculus][Plane]
Student[MultivariateCalculus][GetRepresentation]
Student[MultivariateCalculus][GetPoint]
Download Help Document