search for:
degrees Matrix
-- degrees of generators
Synopsis:
Usage:
s = degrees f
Function:
degrees
-- degrees of generators
Input:
f
, an instance of class
Matrix
.
Output:
s
, an instance of class
Thing
: a list
{x,y}
where
x
is the list of degrees of the target of
f
and
y
is the list of degrees of the source of
f
.
Code:
-- ../m2/matrix.m2:646 degrees Matrix := f -> {degrees target f, degrees source f}
search for: