Degree => d -- an optional argument to matrix that specifies that the degree of the map created should be d.
The degree may be an integer or a list of integers (multidegree). The length of the list should be the same as the length of a degree for the ring, see degreeLength.
i1 : R = ZZ/101[x] |
i2 : p = map(R^1, R^1, {{x^4}}) |
i3 : isHomogeneous p |
i4 : q = map(R^1, R^1, {{x^4}}, Degree => 4) |
i5 : isHomogeneous q |
See also:
Functions with optional argument named Degree :