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

Online Help

All Products    Maple    MapleSim


VectorCalculus

  

IsRootedVector

  

determines if its argument is a rooted Vector

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

IsRootedVector(v)

Parameters

v

-

object 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

withVectorCalculus:

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

vab

(1)

IsRootedVectorv

true

(2)

See Also

VectorCalculus

VectorCalculus,Details

VectorCalculus[IsPositionVector]

VectorCalculus[IsVectorField]

VectorCalculus[RootedVector]

VectorCalculus[Vector]