Returns the generators of the degree monoid of M.
i1 : M = monomialAlgebra {1,4,8,9,11}
ZZ
o1 = ---[x ..x ]
101 0 5
o1 : MonomialAlgebra generated by {{11, 0}, {0, 11}, {1, 10}, {4, 7}, {8, 3}, {9, 2}}
|
i2 : degrees M
o2 = {{11, 0}, {0, 11}, {1, 10}, {4, 7}, {8, 3}, {9, 2}}
o2 : List
|