GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
# This is the first example from the XGAP manual: # The dihedral group of order 8. d8 := DihedralGroup(8); SetName(d8,"d8"); s := GraphicSubgroupLattice(d8);
GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
# This is the first example from the XGAP manual: # The dihedral group of order 8. d8 := DihedralGroup(8); SetName(d8,"d8"); s := GraphicSubgroupLattice(d8);