GetRootPoint - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


VectorCalculus

  

GetRootPoint

  

return 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.

• 

For more information about Vectors in the VectorCalculus package, see VectorCalculus,Details.

Examples

withVectorCalculus:

vsVectorSpacecartesianx,y,a,b:

vvs:-Vectorc,d:

GetRootPointv

aex+bey

(1)

See Also

VectorCalculus

VectorCalculus[About]

VectorCalculus[GetCoordinates]

VectorCalculus[GetSpace]

VectorCalculus[MapToBasis]

VectorCalculus[Vector]

VectorCalculus[VectorSpace]