-
-
Notifications
You must be signed in to change notification settings - Fork 601
Wrong integral of sqrt(1-cos(x)) #24587
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
Comments
comment:2
#25220 fixes the problem with FriCAS. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Changed keywords from none to integrate |
comment:6
This should be upstreamed to maxima. Karl-Dieter, would you do so, please ? |
comment:7
Interestingly, this may not necessarily be a problem with |
comment:8
Okay, it is
This I am more confident about reporting upstream. |
Upstream: Reported upstream. No feedback yet. |
This comment has been minimized.
This comment has been minimized.
comment:10
No reaction upstream, it seems. Their primitive is plain wrong ; Fricas is right. |
comment:11
I forgot this one... Replying to @fchapoton:
More or less :
To summarize, contemplate :
It seems that up to the "branch cut", fricas, giac and mathematica give numerically correctly answer, only fricas' being (easily) checkable by differentiation and simplification. BTW : when the result of an integration is a periodic function, shouldn't a term adding (floor(number of periods in the integration interval)*(integral on one period) be added to the result ? If so, how to implement this ? |
As reported on this ask question:
This comes from the following wrong primitive
where Fricas find a correct answer:
See Maxima bug 3659.
Upstream: Reported upstream. No feedback yet.
CC: @EmmanuelCharpentier @sagetrac-mafra @kcrisman
Component: symbolics
Keywords: integrate
Issue created by migration from https://trac.sagemath.org/ticket/24587
The text was updated successfully, but these errors were encountered: