#1956: implement multivariate truncated power series arithmetic
-------------------------------------------+--------------------------------
Reporter: was | Owner: pernici
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.7
Component: commutative algebra | Keywords: multivariate
power series
Work_issues: | Upstream: N/A
Reviewer: Martin Albrecht, Simon King | Author: Niles Johnson
Merged: | Dependencies:
-------------------------------------------+--------------------------------
Comment(by malb):
Shouldn't this be a value error instead of a type error? Since it's a
wrong value and not type?
{{{
#!python
if len(x) != self.parent().ngens():
raise TypeError("Number of arguments does not match number of variables
in parent.")
}}}
Other than that, I think the code in
{{{multi_power_series_ring_element.py}}} looks fine.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/1956#comment:113>
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.