How to apply a list of functions
- To: mathgroup at smc.vnet.net
- Subject: [mg112849] How to apply a list of functions
- From: Sam Takoy <sam.takoy at yahoo.com>
- Date: Sun, 3 Oct 2010 03:39:06 -0400 (EDT)
Hi,
As a follow up to my question about apply {Sin, Cos} to x, I came up
with the tasteless
Map[Apply[#, {x}] &, {Sin, Cos}]
but I expect that the pros in this ng will be able to improve upon it.
Thanks,
Sam
- Follow-Ups:
- Re: How to apply a list of functions
- From: Peter Pein <petsie@dordos.net>
- Re: How to apply a list of functions
- From: Adriano Pascoletti <adriano.pascoletti@uniud.it>
- Re: How to apply a list of functions