| 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
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.