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: [mg112866] Re: How to apply a list of functions?
  • From: Peter Breitfeld <phbrf at t-online.de>
  • Date: Mon, 4 Oct 2010 06:05:40 -0400 (EDT)
  • References: <i89buu$jg4$1@smc.vnet.net>

Sam Takoy wrote:

> Hi,
>
> How do I apply {Sin, Cos} to x to get {Sin[x], Cos[x]}?
>
> Many thanks in advance,
>
> Sam
>

Use:

Through[{Sin,Cos}[x] ]

-- 
_________________________________________________________________
Peter Breitfeld, Bad Saulgau, Germany -- http://www.pBreitfeld.de


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