MathGroup Archive 2010

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

Search the Archive

Re: How to apply a list of functions?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg112857] Re: How to apply a list of functions?
  • From: Murray Eisenberg <murray at math.umass.edu>
  • Date: Mon, 4 Oct 2010 06:03:58 -0400 (EDT)

    Through[{Sin, Cos}[x]]

On 10/3/2010 3:38 AM, Sam Takoy wrote:
> Hi,
>
> How do I apply {Sin, Cos} to x to get {Sin[x], Cos[x]}?
>
> Many thanks in advance,
>
> Sam
>

-- 
Murray Eisenberg                     murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower      phone 413 549-1020 (H)
University of Massachusetts                413 545-2859 (W)
710 North Pleasant Street            fax   413 545-1801
Amherst, MA 01003-9305


  • Prev by Date: Re: How to apply a list of functions?
  • Next by Date: Plotting a function dynamically in a loop
  • Previous by thread: Re: How to apply a list of functions?
  • Next by thread: How to apply a list of functions