Re: Issue 1060 in sympy: integrate(sqrt(25-x)*sqrt(1+1/(4*(25-x))),x) can't do it

2011-11-01 Thread sympy
Comment #2 on issue 1060 by asmeu...@gmail.com: integrate(sqrt(25-x)*sqrt(1+1/(4*(25-x))),x) can't do it http://code.google.com/p/sympy/issues/detail?id=1060 If we were to allow integrate to ignore power combination rules, this would work: In [63]: b = integrate(cancel(sqrt((25-x)*(1+1/(4

Re: Issue 1060 in sympy: integrate(sqrt(25-x)*sqrt(1+1/(4*(25-x))),x) can't do it

2011-11-01 Thread sympy
Updates: Labels: Integration Comment #1 on issue 1060 by ronan.l...@gmail.com: integrate(sqrt(25-x)*sqrt(1+1/(4*(25-x))),x) can't do it http://code.google.com/p/sympy/issues/detail?id=1060 Still not working, and it's slooow to return the unevaluated expression. -- You received this m