IsRootedVector - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

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]