Issue 1987 in sympy: Integral(f(x), (x, g(x), h(x))).diff(x) incorrectly returns 0

2010-07-19 Thread sympy
Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Medium Integration WrongResult New issue 1987 by asmeurer: Integral(f(x), (x, g(x), h(x))).diff(x) incorrectly returns 0 http://code.google.com/p/sympy/issues/detail?id=1987 In [1]: i = Integral(f(x), (x, g(x), h(x))) In [2]: i.

Re: Issue 1987 in sympy: Integral(f(x), (x, g(x), h(x))).diff(x) incorrectly returns 0

2010-07-19 Thread sympy
Comment #1 on issue 1987 by smichr: Integral(f(x), (x, g(x), h(x))).diff(x) incorrectly returns 0 http://code.google.com/p/sympy/issues/detail?id=1987 I think I have a fix for this in my t branch at github/smichr...it's working in the final commit but it needs comments. (And I'll try to ke

Re: Issue 1987 in sympy: Integral(f(x), (x, g(x), h(x))).diff(x) incorrectly returns 0

2010-07-19 Thread sympy
Comment #2 on issue 1987 by smichr: Integral(f(x), (x, g(x), h(x))).diff(x) incorrectly returns 0 http://code.google.com/p/sympy/issues/detail?id=1987 The t branch also corrects the behavior for the integral with only one limit, e.g. Integral(x, (y, sin(x))).diff(x) now works. -- You rec

Re: Issue 1987 in sympy: Integral(f(x), (x, g(x), h(x))).diff(x) incorrectly returns 0

2010-07-20 Thread sympy
Updates: Labels: NeedsReview Blockedon: 1992 Comment #3 on issue 1987 by smichr: Integral(f(x), (x, g(x), h(x))).diff(x) incorrectly returns 0 http://code.google.com/p/sympy/issues/detail?id=1987 This is ready for review as commit 1987 in the t branch of github/smichr. -- Yo

Re: Issue 1987 in sympy: Integral(f(x), (x, g(x), h(x))).diff(x) incorrectly returns 0

2010-09-05 Thread sympy
Updates: Labels: smichr Comment #4 on issue 1987 by asmeurer: Integral(f(x), (x, g(x), h(x))).diff(x) incorrectly returns 0 http://code.google.com/p/sympy/issues/detail?id=1987 (No comment was entered for this change.) -- You received this message because you are subscribed to the G

Re: Issue 1987 in sympy: Integral(f(x), (x, g(x), h(x))).diff(x) incorrectly returns 0

2010-11-24 Thread sympy
Issue 1987: Integral(f(x), (x, g(x), h(x))).diff(x) incorrectly returns 0 http://code.google.com/p/sympy/issues/detail?id=1987 This issue is now blocking issue 1694. See http://code.google.com/p/sympy/issues/detail?id=1694 -- You received this message because you are listed in the owner or CC f

Re: Issue 1987 in sympy: Integral(f(x), (x, g(x), h(x))).diff(x) incorrectly returns 0

2011-01-11 Thread sympy
Comment #5 on issue 1987 by smichr: Integral(f(x), (x, g(x), h(x))).diff(x) incorrectly returns 0 http://code.google.com/p/sympy/issues/detail?id=1987 This is included in https://github.com/sympy/sympy/pull/44 -- You received this message because you are subscribed to the Google Groups "sy

Re: Issue 1987 in sympy: Integral(f(x), (x, g(x), h(x))).diff(x) incorrectly returns 0

2011-03-01 Thread sympy
Updates: Status: Fixed Comment #6 on issue 1987 by smi...@gmail.com: 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 receiv