It is possible to set up a polynomial ring so that the degree of an
element is a vector of integers. For this, the option
Degrees is used, together with a list of degrees for the
variables in the ring. Each degree is itself a list of integers. The
degrees given must all be of the same length, and length zero is
allowed, to get an ungraded ring.
i1 : R = ZZ/101[a,b,c,Degrees=>{{1,2},{2,1},{1,0}}]