#11453: residue function for laurent series ring elements
---------------------------+------------------------------------------------
Reporter: tdupu | Owner: AlexGhitza
Type: enhancement | Status: new
Priority: trivial | Milestone: sage-4.7.1
Component: algebra | Keywords: laurent series, ring, residue,
beginner
Work_issues: | Upstream: N/A
Reviewer: | Author: Taylor Dupuy
Merged: | Dependencies:
---------------------------+------------------------------------------------
Comment(by tdupu):
There is a smarter way to implement this I think. When computing something
like
{{
(f*g).residue()
}}
you really don't want to multiply out both f and g and then take the
residue but rather sum over the coefficients which sum to -1. Is there a
way to do this and things like this with the preparser?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11453#comment:1>
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.