Hello, On Sun, Feb 19, 2012 at 12:29 PM, ObsessiveMathsFreak <[email protected]> wrote: > 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]
This will work after the patch at http://trac.sagemath.org/sage_trac/ticket/12542. --Mike -- 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-support URL: http://www.sagemath.org
