L = orbitRepresentatives(R, degs)
L = orbitRepresentatives(R, I, degs)
L = orbitRepresentatives(R, I, J, numelts)
This method generates a list of representatives of the orbits of monomial ideals with given minimal generator degrees under the group of permutations of the variables.
If the option MonomialType is set to "SquareFree", then only ideals of square-free monomials are considered.
The program works by induction on the number of generators; given the list L of orbit representatives for the ideals minimally generated by the first k of the generators, the program adds all possible generators of the (k+1)-st degree to each of ideals in L in a certain order, and then removes those in the list that can be obtained by a permutation of variables from one that is earlier in the list.
Because the generators are constrained to be minimal generators, it is advantageous to specify the low degrees of generators first.
Note that degs is specified as a VisibleList, which could be either a list or a sequence.
|
|
|
|
|
|
|
|
|
|
Multi-gradings are also allowed:
|
|
Since the input data specifies degrees of minimal generators, the set of ideals may be empty:
|
|
It is possible to give a starting monomial ideal, and add a given number of its generators.
|
If the number given is negative, then all but that number of elements of the starting monomial ideal in arg 2 are taken. The starting monomial ideal is reduced mod the ideal in arg 1 before the process begins
|
The object orbitRepresentatives is a method function with options.