Re: don't understand #
- To: mathgroup at smc.vnet.net
- Subject: [mg28838] Re: don't understand #
- From: "Souvik Banerjee" <s-banerjee at nwu.edu>
- Date: Tue, 15 May 2001 00:59:11 -0400 (EDT)
- Organization: Northwestern University, Evanston, IL, US
- References: <9dnrhs$sv6@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
f[x, #[[1]], #[[2]]] & /@ Flatten[Outer[List, {1, 2, 3}, {a, b, c}], 1] - Souvik Borut L <borut at email.si> wrote in message news:9dnrhs$sv6 at smc.vnet.net... > 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 > > >