[next][previous][up][top][index]
search for:

degrees Module -- degrees of generators

Synopsis:

  • Usage: s = degrees M
  • Function: degrees -- degrees of generators
  • Input:
  • M, an instance of class Module.
  • Output:
  • s, an instance of class Thing: the list of multi-degrees for the generators of the module M.
  • i1 : R = ZZ/101[x,y,z]

    o1 = R

    o1 : PolynomialRing
    i2 : E = R^5

          5
    o2 = R

    o2 : R-module, free
    i3 : degrees E

    o3 = {{0}, {0}, {0}, {0}, {0}}

    o3 : List
    i4 : F = R^{1,2,3,4}

          4
    o4 = R

    o4 : R-module, free, degrees {-1, -2, -3, -4}
    i5 : degrees F

    o5 = {{-1}, {-2}, {-3}, {-4}}

    o5 : List


    [next][previous][up][top][index]
    search for: