IsPositionVector - 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

  

IsPositionVector

  

determines if its argument is a position Vector

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

IsPositionVector(v)

Parameters

v

-

object to be tested

Description

• 

The IsPositionVector(v) command returns true if v is a position Vector, that is if v was created by a call to the PositionVector command, and false otherwise.

Examples

withVectorCalculus:

vPositionVectora,b

vab

(1)

IsPositionVectorv

true

(2)

See Also

VectorCalculus

VectorCalculus,Details

VectorCalculus[IsRootedVector]

VectorCalculus[IsVectorField]

VectorCalculus[PositionVector]

VectorCalculus[Vector]