Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Like this

sage: L = LaurentPolynomialRing(GF(3),x,2, order='degrevlex')
sage: R = L.polynomial_ring()
sage: x = R.gens()
sage: x[0] + 1
x0 + 1
sage: L(_)
x0 + 1
sage: parent(_)
Multivariate Laurent Polynomial Ring in x0, x1 over Finite Field of size 3