Macaulay2 » Documentation
Packages » EliminationTemplates :: actionVariable
next | previous | forward | backward | up | index | toc

actionVariable -- returns the action variable associated to the elimination template

Description

This method outputs the action variable associated to the inputted elimination template E.

i1 : R = QQ[x,y]

o1 = R

o1 : PolynomialRing
i2 : I = ideal(x^4+x*y+y^2-3, x^2*y+y^3-2)

             4          2       2     3
o2 = ideal (x  + x*y + y  - 3, x y + y  - 2)

o2 : Ideal of R
i3 : E = eliminationTemplate(x,I)

o3 =  action variable: x

o3 : EliminationTemplate
i4 : actionVariable(E)

o4 = x

o4 : R

See also

Ways to use actionVariable:

  • actionVariable(EliminationTemplate)

For the programmer

The object actionVariable is a method function.


The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/EliminationTemplates.m2:1162:0.