Macaulay2 » Documentation
Packages » Macaulay2Doc » matrices » Matrix » degrees(Matrix)
next | previous | forward | backward | up | index | toc

degrees(Matrix) -- degrees of target and source

Description

i1 : S = ZZ/101[x,y,z,Degrees => {{2,3},{1,2},{2,0}}];
i2 : degrees vars S

o2 = {{{0, 0}}, {{2, 3}, {1, 2}, {2, 0}}}

o2 : List

See also

Ways to use this method:


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