Updates:
Status: Fixed
Comment #6 on issue 1987 by [email protected]: Integral(f(x), (x, g(x),
h(x))).diff(x) incorrectly returns 0
http://code.google.com/p/sympy/issues/detail?id=1987
It now gives
D(h(x), x)*f(h(x)) - D(g(x), x)*f(g(x)) + Integral(0, (x, g(x), h(x)))
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.