|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
FreeQ
FreeQ[expr, form, levelspec]
tests only those parts of expr on levels specified by levelspec.
Details and OptionsDetails and Options
- form can be a pattern.
- FreeQ 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 FreeQ is {0, Infinity}.
- 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 default option setting Heads->True, FreeQ looks at heads of expressions, and their parts.
New in 1
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
