GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
############################################################################ ## #W drawdclasses.gd Manuel Delgado <[email protected]> #W Jose Morais <[email protected]> ## #H @(#)$Id: drawdclasses.gd,v 0.998 $ ## #Y Copyright (C) 2005, CMUP, Universidade do Porto, Portugal ## ## ############################################################################# ## #O DotForDrawingDClassOfElement(S,el) ## Produces dot code for visualising the egg-box picture representing the ## D-Class of the element <el> of the transformation semigroup <S> ## ############################################################################# DeclareGlobalFunction("DotForDrawingDClassOfElement"); ############################################################################# ## #O DotForDrawingDClasses(S) ## Produces dot code for visualising the egg-box pictures representing the ## D-Classes of the semigroup <S> ## ############################################################################# DeclareGlobalFunction("DotForDrawingDClasses");