#15346: Symbolic sums should evaluate
-------------------------+-------------------------------------------------
Reporter: | Owner:
kcrisman | Status: needs_review
Type: | Milestone: sage-6.4
defect | Resolution:
Priority: major | Merged in:
Component: | Reviewers:
symbolics | Work issues:
Keywords: | Commit:
Authors: Ralf | 17dda26e29b6f381ee8eab545923a55e3bc9b4e6
Stephan | Stopgaps:
Report Upstream: N/A |
Branch: |
u/rws/15346 |
Dependencies: |
-------------------------+-------------------------------------------------
Comment (by kcrisman):
{{{
Apply ``simplify_factorial``, ``simplify_trig``,
``simplify_rational``, ``simplify_log``, again
``simplify_rational``, and then ``expand_sum``
to self (in that order).
}}}
but
{{{
x = self
x = x.simplify_factorial()
x = x.simplify_rectform()
x = x.simplify_trig()
x = x.simplify_rational()
x = x.simplify_log('one')
x = x.simplify_rational()
x = x.expand_sum()
return x
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/15346#comment:16>
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.