First time here? Check out the FAQ!
answered 2014-08-09 14:21:38 +0100
Like that ?
sage: R = BooleanPolynomialRing(3, 'x') sage: x, y, z = R.gens() sage: (x * y).degree() 2 sage: (x * y * z).degree() 3