-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
integrate(sqrt(1-4*sin(x)^2),x) is wrong #24117
Comments
comment:1
See also #18821. |
comment:2
Here is how I would describe this bug in the integrate function.
Comparing the derivative of F with f shows this is wrong.
Looking at the plots of f and F also reveals an error:
Here, f (blue curve) is 1 at 0, so its primitive F (red curve) |
comment:3
There are half a dozen similar tickets to this. The reason is that Sage uses a (now) unmaintained package of Maxima, see #12731 for an overview. |
Changed keywords from maxima to maxima, abs_integrate |
comment:5
this one is fixed by #27958, that needs review |
Commit: |
Author: Frédéric Chapoton |
Branch: u/chapoton/24117 |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Reviewer: Sébastien Labbé |
Changed branch from u/chapoton/24117 to |
I received an email from Pierre Arnoux saying that this is wrong:
Quoting what Pierre says: "Ce qui est visiblement faux: il y a un point d'inflexion horizontal en 0 alors que la fonction à intégrer vaut 1 en 0, ça ne peut pas être une primitive. Est-ce que vous avez une idée de ce qui ne marche pas?"
Other programs in Sage just can't solve this integral:
CC: @kcrisman @jhpalmieri @slel
Component: calculus
Keywords: maxima, abs_integrate
Author: Frédéric Chapoton
Branch/Commit:
9406e0a
Reviewer: Sébastien Labbé
Issue created by migration from https://trac.sagemath.org/ticket/24117
The text was updated successfully, but these errors were encountered: