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

Student[VectorCalculus]

  

GetSpace

  

returns the vector space attribute 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.

• 

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.

• 

For details about the representation of vector spaces, see Student[VectorCalculus][VectorSpace].

Examples

withStudentVectorCalculus:

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

Student[VectorCalculus]

Student[VectorCalculus][About]

Student[VectorCalculus][ConvertVector]

Student[VectorCalculus][GetCoordinates]

Student[VectorCalculus][GetRootPoint]

Student[VectorCalculus][MapToBasis]

Student[VectorCalculus][RootedVector]

Student[VectorCalculus][Vector]

Student[VectorCalculus][VectorSpace]