MathGroup Archive 2006

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

Search the Archive

Re: Defining a derivative that distributes for a function

  • To: mathgroup at smc.vnet.net
  • Subject: [mg64244] Re: Defining a derivative that distributes for a function
  • From: "Borut Levart" <BoLe79 at gmail.com>
  • Date: Wed, 8 Feb 2006 03:53:31 -0500 (EST)
  • References: <ds9mqp$48$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

What you desire can be achieved by mapping D over the functions in the
sum, i.e.:

D[#, x] & /@ (f[x^2] + f[x^4])

Bye,
Borut Levart


  • Prev by Date: Re: MathGL3d and Mathematica 5.3
  • Next by Date: Overriding Mathematica function Print
  • Previous by thread: Re: Defining a derivative that distributes for a function
  • Next by thread: Re: Defining a derivative that distributes for a function