CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

| Download

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

Views: 416346
1
#############################################################################
2
##
3
#W nor3.c GAP library of groups Hans Ulrich Besche
4
## Bettina Eick, Eamonn O'Brien
5
##
6
7
SMALL_GROUP_LIB[ 45 ] := [
8
[ [ 1 ], [ 1, 3 ], -1, [ 1, -2, 3 ], -1 ],
9
[ [ 1 ], [ 9 ] ],
10
[ [ 1 ] ] ];
11
12