Dear All,

Are there any inbuilt function to work with degrees of polynomials?
For example,

x=Symbol('x')
y=symbol('y')

f=2*x**3+3*x*y+1

So

f.highestDegree(x) would return 3
f.coeff(x**1) would return 3*y

Many thanks

Colin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to