Mathematica 9 is now available

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

MapThread

FilledSmallSquare MapThread[f, , , ... , , , ... , ... ] gives f[, , ... ], f[, , ... ], ... .

FilledSmallSquare MapThread[f, , , ... , n] applies f to the parts of the at level n.

FilledSmallSquare Example: MapThread[f, a1, a2, b1, b2] LongRightArrow.

FilledSmallSquare MapThread[f, a1, a2, b1, b2] LongRightArrow.

FilledSmallSquare MapThread[f, a1, a2, b1, b2, 2] LongRightArrow.

FilledSmallSquare See Section 2.2.4.

FilledSmallSquare See also: Map, Thread, Inner.

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.