VectorQ
VectorQ(v)returns
Trueifvis a list of elements which are not themselves lists.
VectorQ(v, f)returns
Trueifvis a vector andf(x)returnsTruefor each elementxofv.
See
- Wikipedia - Vector (mathematics and physics)
- Youtube - Vectors, what even are they? | Essence of linear algebra, chapter 1
- Youtube - Linear combinations, span, and basis vectors | Essence of linear algebra, chapter 2
Examples
>> VectorQ({a, b, c})TrueImplementation status
- ✅ - full supported