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

toString(PolynomialOIAlgebra) -- display a polynomial OI-algebra in condensed form

Description

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

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

o2 = (2, x, QQ, RowUpColUp)

Ways to use this method:


The source of this document is in OIGroebnerBases.m2:1516:0.