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

2011-08-17 Thread sympy
Comment #6 on issue 1796 by ness...@googlemail.com: No solution for integrate(exp(2*b*x)*exp(-a*x**2), x) http://code.google.com/p/sympy/issues/detail?id=1796 This works exactly the same as issue 841 in gsoc-3. (i.e. the definite integral works, and the indefinite integrals work if you

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

2011-08-17 Thread sympy
Comment #7 on issue 1796 by ness...@googlemail.com: No solution for integrate(exp(2*b*x)*exp(-a*x**2), x) http://code.google.com/p/sympy/issues/detail?id=1796 This works exactly the same as issue 841 in gsoc-3. (i.e. the definite integral works, and the indefinite integrals work if you

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

2011-08-17 Thread sympy
Comment #8 on issue 1796 by ness...@googlemail.com: No solution for integrate(exp(2*b*x)*exp(-a*x**2), x) http://code.google.com/p/sympy/issues/detail?id=1796 This works exactly the same as issue 841 in gsoc-3. (i.e. the definite integral works, and the indefinite integrals work if you

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

2011-08-17 Thread sympy
Comment #9 on issue 1796 by ness...@googlemail.com: No solution for integrate(exp(2*b*x)*exp(-a*x**2), x) http://code.google.com/p/sympy/issues/detail?id=1796 This works exactly the same as issue 841 in gsoc-3. (i.e. the definite integral works, and the indefinite integrals work if you

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

2011-08-17 Thread sympy
Updates: Status: Duplicate Mergedinto: 841 Comment #10 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 That issue is basically the same as this one. I'd say merge. -- You received this

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

2010-08-21 Thread sympy
Comment #5 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 Well, the good news is that Mateusz is no longer the only person who understands the integration algorithm :) (see issue 2010). After the

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