Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Core Language > Rules & Patterns > Pattern Matching Functions > FreeQ >

FreeQ

FreeQ
yields True if no subexpression in expr matches form, and yields False otherwise.
FreeQ
tests only those parts of expr on levels specified by levelspec.
  • form can be a pattern.
  • FreeQ uses standard level specifications:
nlevels through n
Infinitylevels through Infinity
{n}level n only
{n1,n2}levels through
  • 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.
Test whether a list is free of :
FreeQ normally tests all levels in an expression:
Test whether a list is free of :
In[1]:=
Click for copyable input
Out[1]=
 
FreeQ normally tests all levels in an expression:
In[1]:=
Click for copyable input
Out[1]=
FreeQ works with patterns:
Define a function that factors out "constants":
Test which integrals are free of logarithms:
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF