degrees

degrees M -- provides a list of multi-degrees for the basis elements of a free module M.

     i1 = R = ZZ/101[x,y,z]
     
     o1 = R
     
     o1 : PolynomialRing
     
     i2 = E = R^5
     
           5
     o2 = R
     
          R - module, free
     
     i3 = degrees E
     
     o3 = {{0},{0},{0},{0},{0}}
     
     o3 : List
     
     i4 = F = R^{1,2,3,4}
     
           4
     o4 = R
     
          R - module, free
     
     i5 = degrees F
     
     o5 = {{-1},{-2},{-3},{-4}}
     
     o5 : List
     

Go to main index.

Go to concepts index.