VectorCalculus
IsRootedVector
determines if its argument is a rooted Vector
Calling Sequence
Parameters
Description
Examples
IsRootedVector(v)
v
-
object to be tested
The IsRootedVector(v) command returns true if v is a rooted Vector, that is if v was created by a call to the RootedVector command, and false otherwise.
with⁡VectorCalculus:
v≔RootedVector⁡a,b,root=1,1,coordinates=polarr,θ
v≔ab
IsRootedVector⁡v
true
See Also
VectorCalculus,Details
VectorCalculus[IsPositionVector]
VectorCalculus[IsVectorField]
VectorCalculus[RootedVector]
VectorCalculus[Vector]
Download Help Document