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
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
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/
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
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