Re: don't understand #
- To: mathgroup at smc.vnet.net
- Subject: [mg28841] Re: [mg28813] don't understand #
- From: jmt <jmt at agat.net>
- Date: Tue, 15 May 2001 00:59:15 -0400 (EDT)
- References: <200105140533.BAA29495@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Try this : MapThread[f[x,#1,#2]&,{{1,2,3},{a,b,c}}] On Monday 14 May 2001 07:33, Borut L wrote: > Hi, > > I can't solve this one: > > I want a function f to map on two lists sequently... like Table! > > smth. like > > f[x,#(1st),#(2nd)]&/@{{1,2,3},{a,b,c}} > > should produce {f[x,1,a],f[x,1,b],...f[x,3,c]} > > > > Please help. Thank, > > Borut Levart
- References:
- don't understand #
- From: "Borut L" <borut@email.si>
- don't understand #