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

Online Help

All Products    Maple    MapleSim


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

Student[VectorCalculus]

  

GetRootPoint

  

returns the root point of rooted Vector

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GetRootPoint(v)

Parameters

v

-

Vector; a rooted Vector

Description

• 

The call GetRootPoint(v) returns the root point, as a free Vector, of 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 more information about the different types of Vectors, see VectorCalculus,Details.

Examples

withStudentVectorCalculus:

vsVectorSpacecartesianx,y,a,b:

vvs:-Vectorc,d:

GetRootPointv

See Also

Student[VectorCalculus]

Student[VectorCalculus][About]

Student[VectorCalculus][ConvertVector]

Student[VectorCalculus][GetCoordinates]

Student[VectorCalculus][GetSpace]

Student[VectorCalculus][MapToBasis]

Student[VectorCalculus][RootedVector]

Student[VectorCalculus][Vector]

Student[VectorCalculus][VectorSpace]