Student[MultivariateCalculus]
Equal
test if two points, lines, or planes coincide
Calling Sequence
Parameters
Description
Examples
Compatibility
Equal(p1, p2)
p1, p2
-
Line or Plane object defined in Student[MultivariateCalculus], or list of coordinates defining a point
The Equal command determines if two points, two lines, or two planes are equal.
Even if two lines or planes are constructed using different arguments, they can still be equal.
with⁡StudentMultivariateCalculus:
l1≔Line⁡0,0,0,4,2,7:
l2≔Line⁡−4,−2,−7,0,0,0:
Equal⁡l1,l2
true
l3≔Line⁡Plane⁡7,2,6,3,−1,3,Plane⁡3,2,3,3,2,−1:
Equal⁡l1,l3
false
Equal⁡0,0,0,0,1,0
Equal⁡3,2,3,2
p1≔Plane⁡0,0,2,0,1,2,9,3,1:
p2≔Plane⁡0,1,2,2,0,18:
Equal⁡p1,p2
p3≔Plane⁡3,1,5,−4,7,1:
Equal⁡p1,p3
The Student[MultivariateCalculus][Equal] command was introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
See Also
Student[MultivariateCalculus][Line]
Student[MultivariateCalculus][Plane]
Student[MultivariateCalculus][AreParallel]
Student[MultivariateCalculus][Contains]
Download Help Document