About - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


VectorCalculus

  

About

  

return information on a VectorCalculus object

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

About(v)

Parameters

v

-

Vector or `module`; any kind of Vector or a VectorSpace module

Description

• 

The About(v) command returns the type and all relevant data of a VectorCalculus object in a human-readable format.

Examples

withVectorCalculus:

vsVectorSpacepolarr,θ,0,1:

Aboutvs

Type: Vector SpaceCoordinates: polarr,θRoot Point: 1,π2

(1)

rvvs:-Vector1,1:

Aboutrv

Type: Rooted VectorComponents: 1,1Coordinates: polarr,θRoot Point: 1,π2

(2)

SetCoordinatessphericalr,φ,θ

sphericalr,φ,θ

(3)

fv1,π2,π:

Aboutfv

Type: Free VectorComponents: 1,π2,πCoordinates: sphericalr,φ,θ

(4)

SetCoordinatescartesianx,y

cartesianx,y

(5)

vfVectorFieldy,xy:

Aboutvf

Type: Vector FieldComponents: y,xyCoordinates: cartesianx,y

(6)

pvPositionVector3,4:

Aboutpv

Type: Position VectorComponents: 3,4Coordinates: cartesianx,yRoot Point: 0,0

(7)

rv2evalVFvf,3,4:

Aboutrv2

Type: Rooted VectorComponents: 4,12Coordinates: cartesianx,yRoot Point: 3,4

(8)

See Also

VectorCalculus

VectorCalculus[GetCoordinates]

VectorCalculus[SetCoordinates]

VectorCalculus[Vector]

VectorCalculus[VectorField]

VectorCalculus[VectorSpace]