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

Online Help

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

(1)

(2)

(3)

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]

 


Download Help Document