Cat::AlgebraWithSeveralBases – the category of algebras expanded on several bases
Cat::AlgebraWithSeveralBases represents the category of algebras expanded on several bases.
Creating the Category
Cat::AlgebraWithSeveralBases(coeffRing)
Parameters:
coeffRing: |
A domain which must be from the category Cat::Ring. |
Categories
Cat::Algebra(coeffRing), Cat::ModuleWithSeveralBases(coeffRing)
Details:
The category Cat::AlgebraWithSeveralBases(coeffRing) represents the category of abstract algebras over (coeffRing), whose objects are concretely represented by expanding them on one of several bases.
A domain of the category Cat::AlgebraWithSeveralBases(coeffRing) belongs to the category Cat::Algebra(coeffRing), where coeffRing is a Cat::Ring. Each element of d is expanded on one basis from a set of domains d::bases from the category Cat::AlgebraWithBasis(coeffRing).
See the guided tour.
Changes in MuPAD 3.4
New Function.