#12708: limit not correctly computed by maxima
-------------------------------------------------------------+--------------
Reporter: ppurka | Owner:
burcin
Type: defect | Status:
new
Priority: critical | Milestone:
sage-5.0
Component: calculus | Resolution:
Keywords: maxima limit | Work issues:
Report Upstream: Reported upstream. Little or no feedback. | Reviewers:
Authors: | Merged in:
Dependencies: | Stopgaps:
-------------------------------------------------------------+--------------
Comment (by kcrisman):
Yup.
{{{
Maxima 5.26.0 http://maxima.sourceforge.net
using Lisp ECL 11.1.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.
(%i1) limit(tanh(x),x,1);
(%o1) tanh(1)
(%i2) limit(tanh(x),x,0);
(%o2) x
}}}
Ah, ppurka, you already reported upstream... in the meantime I had already
created one. I closed the duplicate, I guess we were both working on this
at the same time. Sorry.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12708#comment:2>
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.