Skip to content

Ugly result for exponential integral #12145

Open
@orlitzky

Description

@orlitzky

As reported in this sage-support thread:

http://groups.google.com/group/sage-support/browse_thread/thread/793c2bdb3db1f02c

We expect,

sage: integral( x / (exp(x) - 1) , (x,0,oo))
pi^2/6

but get,

sage: integral( x / (exp(x) - 1) , (x,0,oo))
-1/6*pi^2 + limit(-1/2*x^2 + x*log(-e^x + 1) + polylog(2, e^x), x, +Infinity)

The above might not be incorrect, but it is not very useful either.

CC: @kcrisman

Component: calculus

Issue created by migration from https://trac.sagemath.org/ticket/12145

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions