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

Online Help

All Products    Maple    MapleSim


Student[LinearAlgebra]

  

VectorAngle

  

compute the angle between two Vectors

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

VectorAngle(U, V, options)

Parameters

U, V

-

Vectors with the same dimension

options

-

(optional) parameters; for a complete list, see LinearAlgebra[VectorAngle]

Description

• 

The VectorAngle(U, V) command computes the angle between Vectors U and V by using the formula arccosU·VNormUNormV.

Examples

withStudentLinearAlgebra:

V11,0,1

V1101

(1)

V21,1,0

V2110

(2)

VectorAngleV1,V2

π3

(3)

See Also

LinearAlgebra[VectorAngle]

Student[LinearAlgebra]

Student[LinearAlgebra][.]

Student[LinearAlgebra][Norm]