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

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Student/VectorCalculus/IsRootedVector

Student[VectorCalculus]

  

IsRootedVector

  

determines if its argument is a rooted Vector

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

IsRootedVector(v)

Parameters

v

-

Vector; Vector to be tested

Description

• 

The IsRootedVector(v) command returns true if v is a rooted Vector (that is, if v was created by a call to the RootedVector command) and false otherwise.

Examples

withStudentVectorCalculus:

vRootedVectora,b,root=1,1,coordinates=polarr,θ

vab

(1)

IsRootedVectorv

true

(2)

See Also

Student[VectorCalculus]

Student[VectorCalculus][IsPositionVector]

Student[VectorCalculus][IsVectorField]

Student[VectorCalculus][RootedVector]

Student[VectorCalculus][Vector]

VectorCalculus,Details