Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Carefully define all variables and rings:

sage: A = GaussianIntegers()
sage: I = A.gen(1)
sage: R = PolynomialRing(A,'x')
sage: x = R.gen()
sage: I*x
I*x