MatrixAlgebras

class sage.categories.matrix_algebras.MatrixAlgebras(base, name=None)

Bases: sage.categories.category_types.Category_over_base_ring

The category of matrix algebras over a field.

EXAMPLES:

sage: MatrixAlgebras(RationalField())
Category of matrix algebras over Rational Field

TESTS:

sage: TestSuite(MatrixAlgebras(ZZ)).run()
super_categories(*args, **kwds)

EXAMPLES:

sage: MatrixAlgebras(QQ).super_categories()
[Category of algebras over Rational Field]

Previous topic

Magmas

Next topic

ModularAbelianVarieties

This Page