|
[Date Index]
[Thread Index]
[Author Index]
intelligent Integrate
- To: mathgroup at yoda.physics.unc.edu
- Subject: intelligent Integrate
- From: Michael.Trott at physik.tu-ilmenau.de
- Date: Thu, 21 Jan 1993 13:51:56 +0000
Hi MathGroup,
The input
Integrate[ f'[x] g[x] + f[x] g'[x],x]
gives f[x] g[x]. I think by a rule associated with Integrate.
But
Integrate[f'[x] g[x],x] + Integrate[f[x] g'[x],x]
also produces
f[x] g[x]. This is quite nice, but I do not understand how this
happens by looking at the standard Mma evaluation procedure.
Is there a hidden rule for Integrate over Plus?
Thanks for an answer,
Michael Trott
trott at physik.tu-ilmenau.de
Prev by Date:
Category theory in Mathematica ?
Next by Date:
Solve
Previous by thread:
Category theory in Mathematica ?
Next by thread:
Re: intelligent Integrate
|