QuotientFields

class sage.categories.quotient_fields.QuotientFields(s=None)

Bases: sage.categories.category.Category

The category of quotient fields over an integral domain

EXAMPLES:

sage: QuotientFields()
Category of quotient fields
sage: QuotientFields().super_categories()
[Category of fields]

TESTS:

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

EXAMPLES:

sage: QuotientFields().super_categories()
[Category of fields]

Previous topic

PrincipalIdealDomains

Next topic

RightModules

This Page