MathGroup Archive 1995

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

Search the Archive

Splitting integrals

  • To: mathgroup at christensen.cybernetics.net
  • Subject: [mg1828] Splitting integrals
  • From: brinkb at prl.philips.nl (Benno v.d. Brink)
  • Date: Thu, 3 Aug 1995 23:53:00 -0400
  • Organization: Philips Research Laboratories Eindhoven, Netherlands

I have a large integral that I want to split into several parts, like:
 
Integrate[f[u] + g[u] + h[u], {u, z0, z}]
 
into:
   
Integrate[f[u], {u, z0, z}] + Integrate[g[u], {u, z0, z}] +
         Integrate[h[u], {u, z0, z}]
 
Does anybody know how to do this in mathematica?
Thanks!!


Benno van den Brink

Philips Research Laboratories 

Phone:  +31-40-742654
E-mail: brinkb at prl.philips.nl
-- 
	Benno van den Brink

	Philips Research Laboratories --  Building WY5
	Prof. Holstlaan 4


  • Prev by Date: Re: Putting Mathematica Graphics into TeX or LaTeX?
  • Next by Date: Re: Splitting integrals
  • Previous by thread: Hysteresis Modelling
  • Next by thread: Re: Splitting integrals