First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Term order is not defined for single-variable polynomial rings, just for multivariable rings:

sage: R2 = PolynomialRing(QQ, names=['x_1', 'x_2'], order='lex')
sage: R2.term_order()
Lexicographic term order