First time here? Check out the FAQ!
answered 9 years ago
It seems that the root of the problem is :
sage: R.<a> = LaurentPolynomialRing(ZZ) sage: S.<b,c> = LaurentPolynomialRing(ZZ) sage: a.is_unit() True sage: b.is_unit() Traceback (most recent call last): ... NotImplementedError: