| 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
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.