#14826: Newton polygons
-----------------------------------+---------------------------
       Reporter:  caruso           |         Owner:  roed
           Type:  enhancement      |        Status:  needs_info
       Priority:  major            |     Milestone:  sage-5.12
      Component:  padics           |    Resolution:
       Keywords:  Newton polygons  |     Merged in:
        Authors:  Xavier Caruso    |     Reviewers:
Report Upstream:  N/A              |   Work issues:
         Branch:                   |  Dependencies:
       Stopgaps:                   |
-----------------------------------+---------------------------

Comment (by caruso):

 Thanks!

 I've tried to review my patch following your answer but I got a problem:
 it seems that the specials functions `+` and `*` are not catched correctly
 by the category framework (although it works for `__add__` and `__mul__`).
 As far as I understand, the reason is that the method
 `Element.__getattr__` is not called in these cases (and, as a consequence,
 the methods in `category().element_class` are not examined).

 I don't know if it is supposed to be a bug; if it is, I can open a new
 ticket about it.

 In the attached patch, I've implemented a dirty hack (cf. lines 195-198)
 to get around this problem and make additions and multiplications of
 Newton polygons work correctly.

--
Ticket URL: <http://trac.sagemath.org/ticket/14826#comment:18>
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/groups/opt_out.


Reply via email to