Hi, Is there any way in sage to get the Newton Polygon of a polynomial in x and y? I am seeing references to a newton_polygon() method in some discussions but I cannot find such a method in the manual.
Example: f(x,y) = x^2*y^2 + x + 1 Newton Polygon: [(2,2), (1,0), (0,0)] Thanks! Mel -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org