Given a monoid in GAP, for example
G:=FullTransformationSemigroup(3);
<full transformation monoid of degree 3>
Question: Can one build the monoid algebra of G over a field using GAP? Im just aware of this for groups.
Given a monoid in GAP, for example
G:=FullTransformationSemigroup(3);
<full transformation monoid of degree 3>
Question: Can one build the monoid algebra of G over a field using GAP? Im just aware of this for groups.
Monoid algebras are examples of magma rings:
Zero and one:
Canonical embedding:
Some manipulations with elements:
For further details, please see the GAP manual here.