MathGroup Archive 2001

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

Search the Archive

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


  • Prev by Date: Plotting different function with different Plotstyle in one graph
  • Next by Date: Re: don't understand #
  • Previous by thread: don't understand #
  • Next by thread: Re: don't understand #