toString P
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)