GetRootPoint - 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


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

See Also

VectorCalculus

VectorCalculus[About]

VectorCalculus[GetCoordinates]

VectorCalculus[GetSpace]

VectorCalculus[MapToBasis]

VectorCalculus[Vector]

VectorCalculus[VectorSpace]