Along a Line Segment - Maple Help

Online Help

All Products    Maple    MapleSim


Line Integral along a Line Segment in 3-D

Description

Calculate the line integral of F.dr along a line segment.

Define the coordinates.

VectorCalculusSetCoordinatescartesianx,y,z:

Define the vector field.

VectorCalculusVectorFieldx2,y2,z2

x2e_x+y2e_y+z2e_z

(1)

Specify the endpoints of the line, and then calculate the line integral of the vector field.

VectorCalculusLineInt,Line1,2,3,4,5,0

51

(2)

Commands Used

VectorCalculus[LineInt], VectorCalculus[SetCoordinates], VectorCalculus[VectorField]

See Also

VectorCalculus