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

Online Help

All Products    Maple    MapleSim


Student[VectorCalculus]

  

ScalarPotential

  

compute the scalar potential of a vector field

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

ScalarPotential(v)

Parameters

v

-

vector field or Vector-valued procedure; specify the components of the vector field

Description

• 

The ScalarPotential(v) calling sequence computes the scalar potential of the vector field v.  This is a function f such that Gradientf=v.  If a scalar potential does not exist, NULL is returned.

• 

If v is a vector field, an algebraic expression is returned. If v is a Vector-valued procedure, a procedure is returned.

Examples

withStudentVectorCalculus:

vVectorFieldx,y,z

ScalarPotentialv

x22+y22+z22

(1)

Gradient

vVectorFieldy,x,0

ScalarPotentialv

denx2+y2+z2

denx2+y2+z2

(2)

ScalarPotentialx,y,zx,y,zden

x,y,zlnx2+y2+z22

(3)

SetCoordinatessphericalr,φ,θ

sphericalr,φ,θ

(4)

vVectorFieldr,0,0

ScalarPotentialv

r22

(5)

See Also

Student[VectorCalculus]

Student[VectorCalculus][Gradient]

Student[VectorCalculus][SetCoordinates]

Student[VectorCalculus][Vector]

Student[VectorCalculus][VectorField]

Student[VectorCalculus][VectorPotential]