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

  

IsVectorField

  

determines if its argument is a vector field

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

IsVectorField(v)

Parameters

v

-

object to be tested

Description

• 

The IsVectorField(v) command returns true if v is a vector field, that is if v was created by a call to the VectorField command, and false otherwise.

Examples

withVectorCalculus:

vVectorFieldr2,θr,coordinates=polarr,θ

IsVectorFieldv

true

(1)

See Also

VectorCalculus

VectorCalculus,Details

VectorCalculus[IsPositionVector]

VectorCalculus[IsRootedVector]

VectorCalculus[Vector]

VectorCalculus[VectorField]