Student[VectorCalculus]
IsRootedVector
determines if its argument is a rooted Vector
Calling Sequence
Parameters
Description
Examples
IsRootedVector(v)
v
-
Vector; Vector 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⁡StudentVectorCalculus:
v≔RootedVector⁡a,b,root=1,1,coordinates=polarr,θ
v≔ab
IsRootedVector⁡v
true
See Also
Student[VectorCalculus][IsPositionVector]
Student[VectorCalculus][IsVectorField]
Student[VectorCalculus][RootedVector]
Student[VectorCalculus][Vector]
VectorCalculus,Details
Download Help Document