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]