Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Programming / Functional Programming /

MapIndexed

FilledSmallSquare MapIndexed[f, expr] applies f to the elements of expr, giving the part specification of each element as a second argument to f.

FilledSmallSquare MapIndexed[f, expr, levspec] applies f to all parts of expr on levels specified by levspec.

FilledSmallSquare Example: MapIndexed[f, a, b, c] LongRightArrow.

FilledSmallSquare Level specifications are described in Section A.3.6.

FilledSmallSquare The default value for levelspec in MapIndexed is {1}.

FilledSmallSquare Example: MapIndexed[f, a, b, c, d, Infinity] LongRightArrow.

FilledSmallSquare See Section 2.2.4.

FilledSmallSquare See also: MapAt.

FilledSmallSquare New in Version 2.

Further Examples



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.