Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Like that ?

sage: R = BooleanPolynomialRing(3, 'x')
sage: x, y, z = R.gens()
sage: (x * y).degree()
2
sage: (x * y * z).degree()
3