MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

Shorthand for MapThread

  • To: mathgroup at smc.vnet.net
  • Subject: [mg95015] Shorthand for MapThread
  • From: "Schettler, Martin" <MSchettler at scitor.com>
  • Date: Sat, 3 Jan 2009 05:54:46 -0500 (EST)

All -



I frequently use Map and MapThread, and find Map's shorthand:



f /@ {a,b,c}



to be very convenient.



As far as I can tell, MapThread has no corresponding "infix" notation.
Can anyone tell me if it's possible (and if so, how) to make my own?
E.g.



f[#1,#2]& /@@ {{a,b,c},{d,e,f}}





Thanks!
Marty




  • Prev by Date: Re: Re: Sound Spectrogram over time, in 3D, using Fourier?
  • Next by Date: Help with graphics and plots - corrupted installation
  • Previous by thread: Re: Re: Sound Spectrogram over time, in 3D, using Fourier?
  • Next by thread: Re: Shorthand for MapThread