Comment #3 on issue 1388 by [email protected]: integrate(exp(-x)*x**n, x) fails
http://code.google.com/p/sympy/issues/detail?id=1388

In [4]: integrate(x**y*exp(-x), x, meijerg=True)
Out[4]:
╭─╮1, 1 ⎛  1      │  ⎞
│╶┐     ⎜         │ x⎟
╰─╯1, 2 ⎝y + 1  0 │  ⎠

In [5]: hyperexpand(_, allow_hyper=True)
Out[5]:
 y + 1           ┌─  ⎛y + 1 │    ⅈ⋅π⎞
x     ⋅Γ(y + 1)⋅ ├─  ⎜      │ x⋅ℯ   ⎟
                1╵ 1 ⎝y + 2 │       ⎠
─────────────────────────────────────
               Γ(y + 2)

[Using `n` in place of `y` hangs hyperexpand … I'll fix this.]

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

Reply via email to