MathGroup Archive 2001

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

Search the Archive

Re: don't understand #

  • To: mathgroup at smc.vnet.net
  • Subject: [mg28828] Re: don't understand #
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Tue, 15 May 2001 00:59:00 -0400 (EDT)
  • Organization: Universitaet Leipzig
  • References: <9dnrhs$sv6@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

f[x, #1, #2] & @@@ Transpose[{{1, 2, 3}, {a, b, c}}]

does it.

Regards
  Jens

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


  • Prev by Date: Re: don't understand #
  • Next by Date: Bug integrating
  • Previous by thread: Re: don't understand #
  • Next by thread: Re: don't understand #