Re: Integrate[1+f[x],x]
- To: mathgroup at smc.vnet.net
- Subject: [mg27629] Re: Integrate[1+f[x],x]
- From: Roland Franzius <Roland.Franzius at uos.de>
- Date: Fri, 9 Mar 2001 02:35:43 -0500 (EST)
- Organization: Universitaet Osnabrueck
- References: <9850h3$5kf@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Map the integral into the sum Map[Integrate[#,{x,0,y}]&,1+x^2+E^(x^2/2)+f[x]] Dirk Loeckx wrote: > > Hello, > > I try to calculate the integral of 1+f[x] to x, where f[x] is an > undefine function of me. Normally I would expect Integrate[1+f[x],x] = x > + Integrate[f[x],x], but Mathematica doesn't make this simplification. > > Is there a way of forcing it? > > Thanks, > Dirk > > PS: Of course, I don't want to use it for this simple integral, but for > a more difficult one, where I can't easily split it up by hand. -- Roland Franzius +++ exactly <<n>> lines of this message have value <<FALSE>> +++