GcdDomains

class sage.categories.gcd_domains.GcdDomains(s=None)

Bases: sage.categories.category.Category

The category of gcd domains domains where gcd can be computed but where there is no guarantee of factorisation into irreducibles

EXAMPLES:

sage: GcdDomains()
Category of gcd domains
sage: GcdDomains().super_categories()
[Category of integral domains]

TESTS:

sage: TestSuite(GcdDomains()).run()
class ElementMethods
class GcdDomains.ParentMethods
GcdDomains.super_categories(*args, **kwds)

EXAMPLES:

sage: GcdDomains().super_categories()
[Category of integral domains]

Previous topic

Finite Weyl Groups

Next topic

Graded Algebras

This Page