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