First time here? Check out the FAQ!
answered 2022-03-26 17:51:59 +0100
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