Macaulay2 » Documentation
Packages » EliminationTemplates :: net(EliminationTemplate)
next | previous | forward | backward | up | index | toc

net(EliminationTemplate) -- display an EliminationTemplate

Description

This method formats an EliminationTemplate for printing. It lists the action variable and, if they have been computed and cached, the template matrix and the action matrix.

i1 : R = QQ[x,y];
i2 : I = ideal(x^2-1, y^2-1);

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

o4 =  action variable: x

Ways to use this method:


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