Sage doesn't seem to like these f(x,y)=pi*x^10*y+3*x B=f(x,y).polynomial(SR) print B.coefficients()
Traceback (click to the left of this block for traceback) ... TypeError What's going wrong here? Is there any way to get Sage to give back [pi,3] -- 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