Student/VectorCalculus/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


Home : Support : Online Help : Student/VectorCalculus/About

Student[VectorCalculus]

  

About

  

return information on a Student[VectorCalculus] object

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

About(v)

Parameters

v

-

any kind of Vector or a VectorSpace module

Description

• 

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

• 

The Student[VectorCalculus] package uses the same Vector data structures as the VectorCalculus package. For details about the various types of Vectors in these packages, see VectorCalculus,Details.

Examples

withStudentVectorCalculus:

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

Student[VectorCalculus]

Student[VectorCalculus][GetCoordinates]

Student[VectorCalculus][PositionVector]

Student[VectorCalculus][RootedVector]

Student[VectorCalculus][SetCoordinates]

Student[VectorCalculus][Vector]

Student[VectorCalculus][VectorField]

Student[VectorCalculus][VectorSpace]