Issue 1796 in sympy: No solution for integrate(exp(2*b*x)*exp(-a*x**2), x)

2010-01-22 Thread sympy
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1796 by gokhansever: No solution for integrate(exp(2*b*x)*exp(-a*x**2), x) http://code.google.com/p/sympy/issues/detail?id=1796 Hello, I can't get any result out of this integral (in four different forms). a, b, x =

Re: Issue 841 in sympy: integrate(exp(-x**2)*exp(I*k*x), (x, -oo, oo)) doesn't calculate the integral

2010-01-22 Thread sympy
Updates: Labels: -Milestone-Release0.6.6 Milestone-Release0.7.0 Integration Comment #12 on issue 841 by ronan.l...@gmail.com: integrate(exp(-x**2)*exp(I*k*x), (x, -oo, oo)) doesn't calculate the integral http://code.google.com/p/sympy/issues/detail?id=841 (No comment was entered

Re: Issue 1796 in sympy: No solution for integrate(exp(2*b*x)*exp(-a*x**2), x)

2010-01-22 Thread sympy
Updates: Status: Accepted Labels: Integration Comment #1 on issue 1796 by asmeurer: No solution for integrate(exp(2*b*x)*exp(-a*x**2), x) http://code.google.com/p/sympy/issues/detail?id=1796 This is related to issue 841. I tried updating the patch from there, but what I

Re: Issue 1796 in sympy: No solution for integrate(exp(2*b*x)*exp(-a*x**2), x)

2010-01-22 Thread sympy
Comment #3 on issue 1796 by gokhansever: No solution for integrate(exp(2*b*x)*exp(-a*x**2), x) http://code.google.com/p/sympy/issues/detail?id=1796 Hey, Sage has the right solution. I tried on sagenb.org (v.4_3_1) var(a b x) integrate(exp(2*b*x)*exp(-a*x**2), (x, -infinity, infinity))