Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

610987 views
# This is the first example from the XGAP manual:
# The dihedral group of order 8.
d8 := DihedralGroup(8);
SetName(d8,"d8");
s := GraphicSubgroupLattice(d8);