MathGroup Archive 2005

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

Search the Archive

Re: Applying a list of functions to a list of arguments

  • To: mathgroup at smc.vnet.net
  • Subject: [mg57347] Re: Applying a list of functions to a list of arguments
  • From: "François Wirion" <muthaluva at gmail.com>
  • Date: Wed, 25 May 2005 06:02:54 -0400 (EDT)
  • References: <d6usl9$j41$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

You could do this for example:
Inner[#1[#2]&, f, a, List]


  • Prev by Date: Re: Log function
  • Next by Date: Re: Applying a list of functions to a list of arguments
  • Previous by thread: Re: Applying a list of functions to a list of arguments
  • Next by thread: Re: Applying a list of functions to a list of arguments