Matrix algebras#

class sage.categories.matrix_algebras.MatrixAlgebras(base, name=None)[source]#

Bases: Category_over_base_ring

The category of matrix algebras over a field.

EXAMPLES:

sage: MatrixAlgebras(RationalField())
Category of matrix algebras over Rational Field
>>> from sage.all import *
>>> MatrixAlgebras(RationalField())
Category of matrix algebras over Rational Field
super_categories()[source]#

EXAMPLES:

sage: MatrixAlgebras(QQ).super_categories()
[Category of algebras over Rational Field]
>>> from sage.all import *
>>> MatrixAlgebras(QQ).super_categories()
[Category of algebras over Rational Field]