Re: Issue 2846 in sympy: Integral.transform should allow a change to a different variable

2012-04-18 Thread sympy
Comment #6 on issue 2846 by smi...@gmail.com: Integral.transform should allow a change to a different variable http://code.google.com/p/sympy/issues/detail?id=2846 Hopefully it is less confusing now: i Integral(cos(t*w), (t, 0, 1)) i.transform(w*t, u) Integral(cos(u)/w, (u, 0, w)) --

Re: Issue 2846 in sympy: Integral.transform should allow a change to a different variable

2012-04-18 Thread sympy
Updates: Status: Fixed Comment #7 on issue 2846 by smi...@gmail.com: Integral.transform should allow a change to a different variable http://code.google.com/p/sympy/issues/detail?id=2846 (No comment was entered for this change.) -- You received this message because you are

Re: Issue 2846 in sympy: Integral.transform should allow a change to a different variable

2012-04-17 Thread sympy
Updates: Labels: -CodeInCategory-Code -CodeInDifficulty-Easy -CodeInImportedIntoMelange smichr NeedsReview Comment #5 on issue 2846 by smi...@gmail.com: Integral.transform should allow a change to a different variable http://code.google.com/p/sympy/issues/detail?id=2846 See also

Re: Issue 2846 in sympy: Integral.transform should allow a change to a different variable

2011-11-18 Thread sympy
Updates: Labels: CodeInImportedIntoSpreadsheet Comment #1 on issue 2846 by krastano...@gmail.com: Integral.transform should allow a change to a different variable http://code.google.com/p/sympy/issues/detail?id=2846 Are the doctests part of the GCI task? -- You received this message

Re: Issue 2846 in sympy: Integral.transform should allow a change to a different variable

2011-11-18 Thread sympy
Comment #2 on issue 2846 by asmeu...@gmail.com: Integral.transform should allow a change to a different variable http://code.google.com/p/sympy/issues/detail?id=2846 Yes, because the new functionality will need examples (and of course, there should also be examples for doing it the old

Issue 2846 in sympy: Integral.transform should allow a change to a different variable

2011-11-14 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium Integration CodeInCategory-Code CodeInDifficulty-Easy New issue 2846 by asmeu...@gmail.com: Integral.transform should allow a change to a different variable http://code.google.com/p/sympy/issues/detail?id=2846