Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New 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

Integration of a basic Gaussian works:

In [9]: integrate(exp(-x**2), (x,-oo,+oo))
Out[9]:
  ⎽⎽⎽
╲╱ π

However, SymPy fails on shifted Gaussian exp(-(x-1)**2):

In [8]: integrate(exp(-(x-1)**2), (x,-oo,+oo))
Out[8]:
∞
⌠
⎮           2
⎮   -(x - 1)
⎮  ℯ          dx
⌡
-∞


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