|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
MemberQ
MemberQ[list, form, levelspec]
tests all parts of list specified by levelspec.
Details and OptionsDetails and Options
- form can be a pattern.
- The first argument of MemberQ can have any head, not necessarily List.
- MemberQ[list, form] immediately tests whether any expression in list matches form; Element[x, dom] asserts that x is an element of the symbolic domain dom.
- MemberQ uses standard level specifications:
-
n levels
through nInfinity levels
through Infinity{n} level n only {n1,n2} levels
through 
- The default value for levelspec in MemberQ is
. - A positive level n consists of all parts of expr specified by n indices.
- A negative level -n consists of all parts of expr with depth n.
- Level
consists of numbers, symbols, and other objects that do not have subparts. - Level
corresponds to the whole expression. - With the option setting Heads->True, MemberQ looks at heads of expressions and their parts.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Test whether
is a member of a list:
| In[1]:= |
| Out[1]= |
New in 1 | Last modified in 4
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
