-
-
Notifications
You must be signed in to change notification settings - Fork 489
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
Wrong limit(x / (x + 2^x + cos(x)), x=-oo) #26060
Comments
Upstream: Reported upstream. No feedback yet. |
comment:1
Apparently yes.
I've reported this at Maxima bug 3459. |
Changed upstream from Reported upstream. No feedback yet. to Reported upstream. Developers acknowledge bug. |
Changed upstream from Reported upstream. Developers acknowledge bug. to Fixed upstream, but not in a stable release. |
comment:4
(That was pretty fast work!) |
Changed upstream from Fixed upstream, but not in a stable release. to Fixed upstream, in a later stable release. |
This comment has been minimized.
This comment has been minimized.
Dependencies: #26625 |
comment:5
After the upgrade to Maxima 5.42.2 in #26625, we should add a doctest here. |
comment:6
Ticket retargeted after milestone closed (if you don't believe this ticket is appropriate for the Sage 8.8 release please retarget manually) |
comment:7
As the Sage-8.8 release milestone is pending, we should delete the sage-8.8 milestone for tickets that are not actively being worked on or that still require significant work to move forward. If you feel that this ticket should be included in the next Sage release at the soonest please set its milestone to the next release milestone (sage-8.9). |
comment:8
Works in 9.2.beta10 |
comment:9
Doctest |
This comment has been minimized.
This comment has been minimized.
comment:10
Doctest added. Please review. New commits:
|
Branch: public/ticket/26060 |
Commit: |
This comment has been minimized.
This comment has been minimized.
comment:14
Looks fine to me (assuming patchbot says it's fine), though all the other changes in typesetting could have occurred on another ticket. Thanks for doctesting! |
Reviewer: Karl-Dieter Crisman |
Author: Samuel Lelievre |
Changed author from Samuel Lelievre to Samuel Lelièvre |
comment:18
Sorry! Haven't been keeping "Trac" as much lately. |
Changed branch from public/ticket/26060 to |
Up to Sage 8.7 this limit returns "und" for "undefined":
while it should clearly be 1.
SymPy returns the correct result:
Reported to Maxima on 2018-08-15
as Maxima bug 3459,
fixed there
by Maxima commit 0c5c018
on 2018-08-30, fix included
in Maxima 5.42.2
to which we upgrade in #26625, merged in Sage 8.8.beta7.
In Sage >= 8.8 we get the correct value for this limit:
This ticket adds a doctest for that limit computation.
Depends on #26625
Upstream: Fixed upstream, in a later stable release.
CC: @slel
Component: calculus
Keywords: limit, maxima
Author: Samuel Lelièvre
Branch/Commit:
7f96496
Reviewer: Karl-Dieter Crisman
Issue created by migration from https://trac.sagemath.org/ticket/26060
The text was updated successfully, but these errors were encountered: