#14677: Limit computation causes Sage to crash
-----------------------------+------------------------
Reporter: tmonteil | Owner: burcin
Type: defect | Status: new
Priority: major | Milestone: sage-6.3
Component: symbolics | Resolution:
Keywords: maxima | Merged in:
Authors: | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
Dependencies: | Stopgaps:
-----------------------------+------------------------
Comment (by pbruin):
One can avoid the crash by taking the limit for ''x'' -> 0 from above, but
then the value of the limit is wrong, again due to the `domain: complex`
setting:
{{{
sage: f(x) = (x^x - sin(x)^sin(x))/(x^3*log(x))
sage: f.limit(x=0, dir='plus')
x |--> -Infinity
sage: sage.calculus.calculus.maxima('domain: real')
real
sage: f.limit(x=0, dir='plus')
x |--> 1/6
}}}
Plotting the function suggests that 1/6 is the correct value.
--
Ticket URL: <http://trac.sagemath.org/ticket/14677#comment:10>
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 http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.