Re: Issue 1017 in sympy: Integral(x) doesn't transform

2012-04-18 Thread sympy
Updates: Status: Fixed Comment #3 on issue 1017 by smi...@gmail.com: Integral(x) doesn't transform http://code.google.com/p/sympy/issues/detail?id=1017 Yes, it's right: x gets replaced with 2*x*(2*x).diff(x) -- You received this message because you are subscribed to the Google Groups "

Re: Issue 1017 in sympy: Integral(x) doesn't transform

2010-05-07 Thread sympy
Comment #1 on issue 1017 by smichr: Integral(x) doesn't transform http://code.google.com/p/sympy/issues/detail?id=1017 This isn't raising an error in the current master...but is this right? Integral(x).transform(x,2*x) Integral(4*x, x) -- You received this message because you are subscribed