#13587: automatic simplification can lose some infinities
-------------------------+--------------------------------------------------
Reporter: burcin | Owner: burcin
Type: defect | Status: new
Priority: critical | Milestone: sage-5.5
Component: symbolics | Keywords: pynac
Work issues: | Report Upstream: N/A
Reviewers: | Authors:
Merged in: | Dependencies:
Stopgaps: |
-------------------------+--------------------------------------------------
From [[http://ask.sagemath.org/question/1850/odd-trig-function-
behavior|this ask.sagemath.org question]]:
{{{
sage: t = tan(x)^2 - tan(x)
sage: t.subs(x=pi/2)
0
sage: u = gamma(x) - gamma(x-1)
sage: u.subs(x=-1)
0
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13587>
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.