#10868: A wrong (easy) limit
------------------------+---------------------------------------------------
Reporter: jvarona | Owner: burcin
Type: defect | Status: new
Priority: major | Milestone: sage-4.7
Component: calculus | Keywords:
Author: | Upstream: Reported upstream. Little or no
feedback.
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Changes (by kcrisman):
* upstream: N/A => Reported upstream. Little or no feedback.
* author: jvarona =>
Comment:
This is in Maxima.
{{{
sage: maxima_console()
;;; Loading #P"/Applications/MathApps/sage/local/lib/ecl/SB-BSD-
SOCKETS.fas"
;;; Loading #P"/Applications/MathApps/sage/local/lib/ecl/SOCKETS.fas"
;;; Loading #P"/Applications/MathApps/sage/local/lib/ecl/DEFSYSTEM.fas"
;;; Loading #P"/Applications/MathApps/sage/local/lib/ecl/cmp.fas"
;;; Loading #P"/Applications/MathApps/sage/local/lib/ecl/sysfun.lsp"
Maxima 5.22.1 http://maxima.sourceforge.net
using Lisp ECL 10.4.1
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
(%i3) limit(2+1/factorial(n),n,inf);
(%o3) 2
(%i4) limit(1/(2+1/factorial(n)),n,inf);
(%o4) 1
}}}
This is still present in the latest Maxima. See
[https://sourceforge.net/tracker/?func=detail&aid=3198530&group_id=4933&atid=104933
this report].
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10868#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.