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

Online Help

All Products    Maple    MapleSim


VectorCalculus

  

GetSpace

  

return the VectorSpace of a rooted Vector

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GetSpace(v)

Parameters

v

-

Vector; a rooted Vector

Description

• 

The call GetSpace(v) returns a module which encodes the vector space to which the rooted Vector v belongs.  For details about the representation of vector spaces in the VectorCalculus package, see VectorSpace.

• 

For details about the different Vectors of the VectorCalculus package, see VectorCalculus,Details.

Examples

withVectorCalculus:

fVector1,t,coords=polarr,θ

vsimplifyTangentVectorf

v01

(1)

vsGetSpacev

vsmodulelocal_origin,_coords,_coords_dim;exportGetCoordinates,GetRootPoint,Vector,eval;end module

(2)

vs:-GetCoordinates

polarr,θ

(3)

vs:-GetRootPoint

See Also

VectorCalculus

VectorCalculus[About]

VectorCalculus[Details]

VectorCalculus[GetCoordinates]

VectorCalculus[GetRootPoint]

VectorCalculus[MapToBasis]

VectorCalculus[Vector]

VectorCalculus[VectorSpace]