73.32 XModMorphismName

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 Next
Index

GAP 3.4.4
April 1997