Re: Applying List of Functions To List Of Arguments
- To: mathgroup at smc.vnet.net
- Subject: [mg30195] Re: Applying List of Functions To List Of Arguments
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Thu, 2 Aug 2001 03:15:51 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <9k88rv$55o$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
Inner[#1[#2] &, {f1, f2, f3}, {a, b, c}, List]
???
Regards
Jens
Ronnen Levinson wrote:
>
> Hi.
>
> What function or operator will let me apply a list of functions to a
> list of arguments? That is, I'd like to apply {f1,f2,f3} to {a,b,c} to
> get {f1[a],f2[b],f3[c]}.
>
> Yours truly,
>
> Ronnen.