Comment #27 on issue 2624 by asmeu...@gmail.com: Sympy 0.7.1 can't integrate Gaussians
http://code.google.com/p/sympy/issues/detail?id=2624

I guess it's because of the gcd behavior on rationals:

In [64]: gcd(1, S.Half)
Out[64]: 1/2

You have to use Mul(evaluate=False).  See issue 1497.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to