L = schreyerName(F,i,n)
h = schreyerName(F,a)
L = schreyerName(h,i,n)
We name the generators of the syzygies by the list of the monomial parts of the leadTerm with position m recursively:
schreyerName(F,i,n) = append(schreyerName(F,i-1,m),mon)
where mon denotes the monomial part and m the position in F_(i-1) of leadTerm F.dd_i_n.
|
|
|
|
|
|
|
|
|
|
The object schreyerName is a method function.