Student/VectorCalculus/IsVectorField - 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/IsVectorField

Student[VectorCalculus]

  

IsVectorField

  

determines if its argument is a vector field

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

IsVectorField(v)

Parameters

v

-

Vector; Vector 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

withStudentVectorCalculus:

vVectorFieldr2,θr,polarr,θ

IsVectorFieldv

true

(1)

See Also

Student[VectorCalculus]

Student[VectorCalculus][IsPositionVector]

Student[VectorCalculus][IsRootedVector]

Student[VectorCalculus][Vector]

Student[VectorCalculus][VectorField]

VectorCalculus,Details