VectorCalculus
VectorPotential
compute a vector potential of a vector field in R^3
Calling Sequence
Parameters
Description
Examples
VectorPotential(v)
v
-
vector field or Vector valued procedure; specify the components of the vector field in R^3
The VectorPotential(v) command computes a vector potential of the vector field v. The result is a vector field F such that Curl⁡F=v. If a vector potential does not exist, NULL is returned.
If v is a vector field, a vector field is returned. If v is a procedure, a procedure is returned.
with⁡VectorCalculus:
SetCoordinates⁡cartesianx,y,z
cartesianx,y,z
v≔VectorField⁡y,−x,0
VectorPotential⁡v
SetCoordinates⁡cylindricalr,θ,z
cylindricalr,θ,z
v≔VectorField⁡r,0,−2⁢z
See Also
VectorCalculus[CrossProduct]
VectorCalculus[Curl]
VectorCalculus[ScalarPotential]
VectorCalculus[SetCoordinates]
VectorCalculus[Vector]
VectorCalculus[VectorField]
Download Help Document