Skip to content

two different results with same numeric integral #11493

@kcrisman

Description

@kcrisman

Reported by Nicolas Privault via Rado Kirov:

sage: integrate(x^(0.5)*e^(-x-x^2),x,0,infinity).n()
0.886226925452758

sage: integrate(x^(1/2)*e^(-x-x^2),x,0,infinity).n()
0.32015709036013135

which give two different results, and the second one is correct.

Upstream: Reported upstream. No feedback yet.

CC: @orlitzky

Component: calculus

Stopgaps: #12732

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions