The HAPprime package for the GAP computer algebra system provides tools to compute mod-p cohomology rings of finite p-groups. It is an extension of the HAP package, upon which it depends.

Contents

1. Main features of the HAPprime package
2. Example computations
3. Download and installation
4. Further information
5. Thanks

Main features of the HAPprime package

HAPprime provides two main components:

Example computations

The following example uses HAPprime to compute the (provably-correct) mod-p cohomology ring for the dihedral group of order 64:

gap> G := DihedralGroup(64);;
gap> ModPCohomologyRingPresentationSpectralSequence(G);
[ GF(2)[x_1,x_2,x_3], [ x_1^2+x_1*x_2 ], [ 1, 1, 2 ] ]
gap> StringTime(time);
" 0:00:00.516"

Download and Installation

To download this package, details of the package's requirements, and installation instructions, please see the download section of this website.

Further information

Various other authors have software for computing mod-p cohomology rings of finite p-groups and have presented their results online:

Thanks

The HAPprime package for GAP is supported by a Marie Curie Transfer of Knowledge grant based at the Department of Mathematics, NUI Galway (MTKD-CT-2006-042685)

This package is now maintained by Graham Ellis, graham.ellis (at) nuigalway,ie