next | previous | forward | backward | up | top | index | toc | Macaulay2 website
SubalgebraBases :: GeneratorSymbol

GeneratorSymbol -- variables for the subductionQuotientRing

Description

A symbol to be used for variables of the subductionQuotientRing

i1 : R = QQ[x,y];
i2 : S = subring({x^2, y^2, x*y}, GeneratorSymbol => f)

o2 = QQ[f_1..f_3], subring of R

o2 : Subring

See also

Functions with optional argument named GeneratorSymbol :

For the programmer

The object GeneratorSymbol is a symbol.