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

Online Help

Student[MultivariateCalculus]

  

Angle

  

Determine the angle between lines, vectors, and planes.

 

Calling Sequence

Parameters

Description

Notes

Examples

Compatibility

Calling Sequence

Angle(x, y)

Parameters

x

-

a vector, a line, or a plane

y

-

a vector, a line, or a plane

Description

• 

The Angle command determines the angle between two vectors, a vector and a line, a vector and a plane, two lines, a line and a plane, or two planes.

Notes

• 

The angle between two intersecting lines can be measured at the intersection point; the angle returned is in the interval . When two lines do not intersect, we define the angle determined by them as the angle between two lines through the origin parallel to the given lines.

• 

The angle between two planes is equal to the angle between their normals.

• 

The angle between a line and a plane is equal to the complement of the angle between the line and the normal of the plane.

• 

An angle involving one vector, v, is the same as if instead of the vector, you had supplied a line having v as its direction. An angle between two vectors is slightly different, in that it can attain all values in .

Examples

Angle between two vectors

(1)

Angle between a vector and a line

(2)

Angle between a vector and a plane

(3)

Angle between two lines

(4)

Angle between a line and a plane

(5)

Angle between two planes

(6)

Compatibility

• 

The Student[MultivariateCalculus][Angle] command was introduced in Maple 18.

• 

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

See Also

Student

Student[MultivariateCalculus]

Student[MultivariateCalculus][Line]

 


Download Help Document