Hi, This works:
sage: R.<x,y>=PolynomialRing(QQ,2) sage: a=x^2+x*y+y sage: a.polynomial(x) x^2 + y*x + y But this does not work: sage: R.<x,y>=PolynomialRing(GF(5),2) sage: a=x^2+x*y+y sage: a.polynomial(x) Traceback (most recent call last): ... TypeError: 'tuple' object cannot be interpreted as an index Perhaps this is a bug. I am using Sage 3.4.2.rc0 Kwankyu --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---