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

563500 views
PAGENRS := [
[ 0, 0, 0 ], 1,
[ 0, 0, 1 ], 2,
[ 1, 0, 0 ], 3,
[ 1, 1, 0 ], 3,
[ 2, 0, 0 ], 4,
[ 2, 1, 0 ], 4,
[ 2, 2, 0 ], 4,
[ 3, 0, 0 ], 5,
[ 3, 1, 0 ], 5,
[ 3, 1, 1 ], 5,
[ 3, 1, 2 ], 5,
[ 3, 1, 3 ], 5,
[ 3, 1, 4 ], 6,
[ 3, 1, 5 ], 6,
[ "Bib", 0, 0 ], 7,
[ "Ind", 0, 0 ], 8,
["End"], 9];