Macaulay2 » Documentation
Packages » OIGroebnerBases > net(PolynomialOIAlgebra)
next | previous | forward | backward | up | index | toc

net(PolynomialOIAlgebra) -- display a polynomial OI-algebra

Synopsis

Description

Displays the base field, number of variable rows, variable symbol, and variable order of a PolynomialOIAlgebra object.

i1 : P = makePolynomialOIAlgebra(2, x, QQ);
i2 : net P

o2 = Number of variable rows: 2
     Variable symbol: x
     Base field: QQ
     Variable order: RowUpColUp

Ways to use this method: