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

Online Help

All Products    Maple    MapleSim


VectorCalculus

  

Curl

  

compute the curl of a vector field in R^3

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Curl(F)

Parameters

F

-

(optional) vector field or a Vector valued procedure; specify the components of the vector field

Description

• 

The Curl(F) command computes the curl of the vector field F in R^3.  This is a synonym for  or CrossProduct(Del, F).

• 

If F is a Vector valued procedure, the default coordinate system is used, and it must be indexed by the coordinate names.  Otherwise, F must be a vector field.

• 

If F is a procedure, the result is a procedure.  Otherwise, the result is a vector field.

• 

The Curl() command returns the differential form of the curl operator in the current coordinate system.  For more information, see SetCoordinates.

Examples

(1)

(2)

(3)

(4)

See Also

convert/PhysicsVectors

Physics/Vectors

Physics/Vectors/Curl

VectorCalculus

VectorCalculus[CrossProduct]

VectorCalculus[Del]

VectorCalculus[Divergence]

VectorCalculus[Gradient]

VectorCalculus[Laplacian]

VectorCalculus[SetCoordinates]

VectorCalculus[Vector]

VectorCalculus[VectorField]

 


Download Help Document