Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » lists and sequences » BasicList » RingElement » degree(RingElement,RingElement)
next | previous | forward | backward | up | index | toc

degree(RingElement,RingElement) -- degree with respect to a variable

Description

i1 : R = QQ[a..d];
i2 : degree(b, a*b^5+b^7-3*a^10-3)

o2 = 7

Ways to use this method:


The source of this document is in Macaulay2Doc/functions/degree-doc.m2:251:0.