#15451: symbolic.limit wrongly gives ZeroDivisionError
-------------------------------------------------+-------------------------
Reporter: dkrenn | Owner:
Type: defect | Status: new
Priority: major | Milestone: sage-6.4
Component: symbolics | Resolution:
Keywords: symbolic, limit, wrong, zero | Merged in:
division | Reviewers:
Authors: | Work issues:
Report Upstream: N/A | Commit:
Branch: | Stopgaps:
Dependencies: |
-------------------------------------------------+-------------------------
Comment (by ajagekar.akshay):
I don't understand the issue. In case of
{{{
sage: (4-x^2)/(3-sqrt(x^2+5)).limit(x=2)
}}}
{{{4-x^2}}} gets divided by {{{ (3-sqrt(x^2+5)).limit(x=2)}}} which is 0,
so the ZeroDivisionError. But this works
{{{
sage: ((4-x^2)/(3-sqrt(x^2+5))).limit(x=2)
6
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/15451#comment:6>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.