XModMorphismName( mor )
Whenever the names of the source or range crossed module are changed,
this function may be used to produce the new standard form
<mor.source.name >-> mor.range.name> for the name of mor. This
function is automatically called by XModMorphismPrint.
gap> k4.name := "k4";; XModName( CX );;
gap> XModMorphismName( mor );
<[N3->sl(2,3)] >-> [k4->a4]>
Previous Up Top NextGAP 3.4.4