#10564: bug in symbolic sums
------------------------+---------------------------------------------------
Reporter: zimmerma | Owner: burcin
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.6.2
Component: calculus | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by aapitzsch):
Tested on 4.6.2.alpha0.
{{{
File "/scratch/sage-4.6.1/devel/sage/sage/calculus/calculus.py", line 513:
sage: sum (n^3 * x^n, n, 0, infinity)
Expected:
-(x^3 + 4*x^2 + x)/(-x^4 + 4*x^3 - 6*x^2 + 4*x - 1)
Got:
(x^3 + 4*x^2 + x)/(x^4 - 4*x^3 + 6*x^2 - 4*x + 1)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10564#comment:5>
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.