←
SubsetQ
/
Reference of Built-in Symbols
/
Testing Expressions
/
List-Oriented Tests
/
VectorQ
/
VectorQ
WMA link
VectorQ
[
v
]
returns
True
if
v
is a list of elements which are not themselves lists.
VectorQ
[
v
,
f
]
returns
True
if
v
is a vector and
f
[
x
]
returns
True
for each element
x
of
v
.
VectorQ[{a, b, c}]
←
SubsetQ