invariants V
This function is provided by the package InvariantRing
When called on a linearly reductive group action and a degree, this function returns a list of generators for the Hilbert ideal that are also invariant under the action. This function computes the Hilbert ideal first using hilbertIdeal then finds invariant generators degree by degree using invariants(LinearlyReductiveAction,ZZ).
The next example constructs a cyclic group of order 2 as a set of two affine points. Then it introduces an action of this group on a polynomial ring in two variables and computes the Hilbert ideal. The action permutes the variables of the polynomial ring.
|
|
|
|
|
|
|
|
The algorithm for the Hilbert ideal performs an elimination using Groebner bases. The options DegreeLimit and SubringLimit are standard gb options that can be used to interrupt the computation before it is complete, yielding a partial list of invariant generators for the Hilbert ideal.