Mathematica 9 is now available

MapThread

Usage

MapThread[f, {{ ,  , ... }, { ,  , ... }, ... }] gives {f[ ,  , ... ], f[ ,  , ... ], ... }.
MapThread[f, { ,  , ... }, n] applies f to the parts of the  at level n.


Notes

• Example: MapThread[f,   a1, a2 ,  b1, b2  ]LongRightArrow .
MapThread[f,    a1, a2  ,   b1, b2   ]LongRightArrow .
MapThread[f,    a1, a2  ,   b1, b2   , 2]LongRightArrow .
• See Section 2.2.4.
• See also: Map, Thread, Inner.
• New in Version 2.


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.