Wolfram ResearchProductsPurchasingServices & ResourcesAbout UsOur Sites
Mathematica > Applying Functions to Lists >

MapThread

MapThread[f, {{a1, a2, ...}, {b1, b2, ...}, ...}]
gives {f[a1, b1, ...], f[a2, b2, ...], ...}.
MapThread[f, {expr1, expr2, ...}, n]
applies f to the parts of the expri at level n.
New in 2
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team