VectorCalculus
GetSpace
return the VectorSpace of a rooted Vector
Calling Sequence
Parameters
Description
Examples
GetSpace(v)
v
-
Vector; a rooted Vector
The call GetSpace(v) returns a module which encodes the vector space to which the rooted Vector v belongs. For details about the representation of vector spaces in the VectorCalculus package, see VectorSpace.
For details about the different Vectors of the VectorCalculus package, see VectorCalculus,Details.
with⁡VectorCalculus:
f≔Vector⁡1,t,coords=polarr,θ
v≔simplify⁡TangentVector⁡f
v≔01
vs≔GetSpace⁡v
vs ≔ modulelocal_origin,_coords,_coords_dim;exportGetCoordinates,GetRootPoint,Vector,eval;end module
vs:-GetCoordinates⁡
polarr,θ
vs:-GetRootPoint⁡
See Also
VectorCalculus[About]
VectorCalculus[Details]
VectorCalculus[GetCoordinates]
VectorCalculus[GetRootPoint]
VectorCalculus[MapToBasis]
VectorCalculus[Vector]
VectorCalculus[VectorSpace]
Download Help Document