Student[VectorCalculus]
GetRootPoint
returns the root point of rooted Vector
Calling Sequence
Parameters
Description
Examples
GetRootPoint(v)
v
-
Vector; a rooted Vector
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.
with⁡StudentVectorCalculus:
vs≔VectorSpace⁡cartesianx,y,a,b:
v≔vs:-Vector⁡c,d:
GetRootPoint⁡v
See Also
Student[VectorCalculus][About]
Student[VectorCalculus][ConvertVector]
Student[VectorCalculus][GetCoordinates]
Student[VectorCalculus][GetSpace]
Student[VectorCalculus][MapToBasis]
Student[VectorCalculus][RootedVector]
Student[VectorCalculus][Vector]
Student[VectorCalculus][VectorSpace]
Download Help Document