MathGroup Archive 2001

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

Search the Archive

don't understand #

  • To: mathgroup at smc.vnet.net
  • Subject: [mg28813] don't understand #
  • From: "Borut L" <borut at email.si>
  • Date: Mon, 14 May 2001 01:33:04 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

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: Inverse Laplace output format?
  • Next by Date: RE: Exponential Equations
  • Previous by thread: RE: variables versus functions
  • Next by thread: Re: don't understand #