AreParallel - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Student[MultivariateCalculus]

  

AreParallel

  

test if lines or planes are parallel

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

AreParallel(l1, l2)

AreParallel(p1, p2)

AreParallel(l1, p1)

AreParallel(p1, l1)

Parameters

l1, l2

-

Line; Line defined in Student[MultivariateCalculus]

p1, p2

-

Plane; Plane defined in Student[MultivariateCalculus]

Description

• 

The AreParallel command determines if two lines or two planes are parallel or not, or if a line and a plane are parallel.

• 

The Line can be either in 2D or 3D.

• 

Two Line objects in 3D can be non-intersecting but not parallel to each other.  This property between such lines, which is called skewness, can be detected using AreSkew.

• 

Two identical lines or two identical planes are parallel to each other. Similarly, a line that lies in a plane is parallel to that plane.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

Compatibility

• 

The Student[MultivariateCalculus][AreParallel] command was introduced in Maple 17.

• 

For more information on Maple 17 changes, see Updates in Maple 17.

See Also

Student[MultivariateCalculus]

Student[MultivariateCalculus][Line]

Student[MultivariateCalculus][Plane]

Student[MultivariateCalculus][Equal]

Student[MultivariateCalculus][Contains]

Student[MultivariateCalculus][Intersects]

 


Download Help Document