<div id="comment:0"></div> ``` sage: B.<x,y,z> = BooleanPolynomialRing(3) sage: P.<x,y,z> = MPolynomialRing(QQ,3) sage: P(B.gen(0)) x ``` CC: @burcin Component: **commutative algebra** _Issue created by migration from https://trac.sagemath.org/ticket/2055_