Re: Issue 3024 in sympy: simplify() doesn't work without extra factor

2012-03-09 Thread sympy
Updates: Status: Fixed Comment #4 on issue 3024 by smi...@gmail.com: simplify() doesn't work without extra factor http://code.google.com/p/sympy/issues/detail?id=3024 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Group

Re: Issue 3024 in sympy: simplify() doesn't work without extra factor

2012-03-05 Thread sympy
Comment #3 on issue 3024 by smi...@gmail.com: simplify() doesn't work without extra factor http://code.google.com/p/sympy/issues/detail?id=3024 Can you give this a review, Aaron, if you get a few minutes? It's blocking the power rules work. -- You received this message because you are sub

Re: Issue 3024 in sympy: simplify() doesn't work without extra factor

2012-02-21 Thread sympy
Updates: Labels: NeedsReview smichr Comment #2 on issue 3024 by smi...@gmail.com: simplify() doesn't work without extra factor http://code.google.com/p/sympy/issues/detail?id=3024 In the powsimp, the Add does not have expand_mul applied to it, while a Mul does. https://github.com/

Re: Issue 3024 in sympy: simplify() doesn't work without extra factor

2012-02-21 Thread sympy
Comment #1 on issue 3024 by smi...@gmail.com: simplify() doesn't work without extra factor http://code.google.com/p/sympy/issues/detail?id=3024 multiplying by y is enough to make it factor, too: simplify(a*y) -(-1)**(1/4)*I*sqrt(pi)*y/sqrt(t) -- You received this message because you are

Issue 3024 in sympy: simplify() doesn't work without extra factor

2012-01-22 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium Simplify New issue 3024 by asmeu...@gmail.com: simplify() doesn't work without extra factor http://code.google.com/p/sympy/issues/detail?id=3024 In [140]: a = integrate(exp(-I*(k*sqrt(t) + x/(2*sqrt(t)))**2), (k, -oo, oo), con