| 1 | initial version |
Is this what you want?
sage: R = BooleanPolynomialRing(10, 'x')
sage: R
Boolean PolynomialRing in x0, x1, x2, x3, x4, x5, x6, x7, x8, x9
sage: x = R.gens()
sage: x
(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
sage: x[2]
x2
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.