Mathematica 9 is now available

MapAll

Usage

MapAll[f, expr] or f //@ expr applies f to every subexpression in expr.


Notes

• Example: MapAll[f,   a,b , c,d  ]LongRightArrow .
MapAll[f, expr] is equivalent to Map[f, expr, {0, Infinity}].
MapAll[f, expr, Heads -> True] applies f inside the heads of the parts of expr.
• See Section 2.2.4.
• See also: ExpandAll, ReplaceAll.
• New in Version 1.


Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.