Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GSL can't handle really long intervals for integration? #16905

Open
kcrisman opened this issue Aug 29, 2014 · 1 comment
Open

GSL can't handle really long intervals for integration? #16905

kcrisman opened this issue Aug 29, 2014 · 1 comment

Comments

@kcrisman
Copy link
Member

f1(x)=1/sqrt(x^3+2)
f2(x)=1/sqrt(x^4+2)
sage: numerical_integral(f2,1,10^8)
(0.8815690504421161, 3.309409685784312e-09)
sage: numerical_integral(f2,1,10^9)
(0.8815690594421439, 2.7280605832086615e-08)
sage: numerical_integral(f2,1,10^10)
(0.8815690603426408, 6.194229607849825e-07)
sage: numerical_integral(f2,1,10^11)
(2.3214916598860602e-07, 4.5569931705290324e-07)

See here for first report.

CC: @sagetrac-jakobkroeker

Component: calculus

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

@kcrisman kcrisman added this to the sage-6.4 milestone Aug 29, 2014
@kcrisman
Copy link
Member Author

comment:1

Maxima (the .nintegrate method) seems to have a similar problem.

@mkoeppe mkoeppe removed this from the sage-6.4 milestone Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants