Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
| Download
GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
Project: cocalc-sagemath-dev-slelievre
Views: 418346############################################################################ ## #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");