Re: Issue 2624 in sympy: Sympy 0.7.1 can't integrate Gaussians

2012-02-04 Thread sympy
Comment #20 on issue 2624 by alex.ebe...@gmail.com: Sympy 0.7.1 can't integrate Gaussians http://code.google.com/p/sympy/issues/detail?id=2624 I think this example here gives a point for adding a call to expand_mul(). However, as I am not familiar with the implications of such a call, I

Re: Issue 1301 in sympy: Exception while integrating x**n * log(x)

2012-02-04 Thread sympy
Updates: Status: Fixed Comment #3 on issue 1301 by smi...@gmail.com: Exception while integrating x**n * log(x) http://code.google.com/p/sympy/issues/detail?id=1301 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups

Re: Issue 1724 in sympy: conjugate doesn't work for rational powers

2012-02-04 Thread sympy
Updates: Status: Fixed Comment #17 on issue 1724 by smi...@gmail.com: conjugate doesn't work for rational powers http://code.google.com/p/sympy/issues/detail?id=1724 (2**I).conjugate() now returns the right value, too, thanks to review help from Mario on the above mentioned pull