MathGroup Archive 2010

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

Search the Archive

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


  • Prev by Date: How to apply a list of functions?
  • Next by Date: Re: NMINIMIZATION WITH COMPLEX CONJUGATE
  • Previous by thread: Re: How to apply a list of functions?
  • Next by thread: Re: How to apply a list of functions