Re: Issue 1992 in sympy: dummy variables of integration

2011-01-16 Thread sympy
Issue 1992: dummy variables of integration http://code.google.com/p/sympy/issues/detail?id=1992 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 fields of this issue, or because

Re: Issue 1992 in sympy: dummy variables of integration

2011-01-11 Thread sympy
Comment #4 on issue 1992 by smichr: dummy variables of integration http://code.google.com/p/sympy/issues/detail?id=1992 This is included in https://github.com/sympy/sympy/pull/44 -- You received this message because you are subscribed to the Google Groups sympy-issues group. To post to this

Re: Issue 1992 in sympy: dummy variables of integration

2010-09-05 Thread sympy
Updates: Labels: smichr Comment #3 on issue 1992 by asmeurer: dummy variables of integration http://code.google.com/p/sympy/issues/detail?id=1992 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups sympy-issues group.

Issue 1992 in sympy: dummy variables of integration

2010-07-20 Thread sympy
Status: Accepted Owner: smichr Labels: Type-Defect Priority-Medium New issue 1992 by smichr: dummy variables of integration http://code.google.com/p/sympy/issues/detail?id=1992 In Logan's book, A First Course in Differential Equations, he states It is really not advisable to write u(t) =

Re: Issue 1992 in sympy: dummy variables of integration

2010-07-20 Thread sympy
Updates: Labels: NeedsReview Comment #1 on issue 1992 by smichr: dummy variables of integration http://code.google.com/p/sympy/issues/detail?id=1992 For example, it's ok to write the above: Integral(g(t), (t, a, t)) Integral(g(t), (t, a, t)) But the substitution rules don't allow

Re: Issue 1992 in sympy: dummy variables of integration

2010-07-20 Thread sympy
Issue 1992: dummy variables of integration http://code.google.com/p/sympy/issues/detail?id=1992 This issue is now blocking issue 1987. See http://code.google.com/p/sympy/issues/detail?id=1987 -- You received this message because you are listed in the owner or CC fields of this issue, or because

Re: Issue 1992 in sympy: dummy variables of integration

2010-07-20 Thread sympy
Comment #2 on issue 1992 by asmeurer: dummy variables of integration http://code.google.com/p/sympy/issues/detail?id=1992 I's confusing because you can have something like Integral(x, (x, 1, x**2)). At the end, you end up doing G(x).subs(x, x**2), or in other words, you are saying x =