The degree may be an integer, or a vector of integers. The length of that vector is referred to as the 'number of degrees', and is provided by degreeLength.
i1 = R = ZZ/101[x,y,z] o1 = R o1 : PolynomialRing
i2 = degree (x^2+y^2)^5 o2 = {10} o2 : List
i3 = F = R^{2,3,4} 3 o3 = R R - module, free
i4 = v = F_2 o4 = <2> 3 o4 : R
i5 = degree v o5 = {-4} o5 : ListThe degree of a module of finite length is the same as its length.
i6 = degree cokernel symmetricPower ( 2, vars R ) o6 = 4
Implemented with a method of the same name.
Go to main index.
Go to concepts index.