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

563554 views
1
<Verb>CohomologyModule(C,n):: GCocomplex, Int --> GOuterGroup</Verb><P/>
2
3
<P/>
4
Inputs a <M>G</M>-cocomplex <M>C</M> together with a non-negative integer
5
<M>n</M>. It returns the cohomology <M>H^n(C)</M> as a <M>G</M>-outer group.
6
If <M>C</M> was constructed from a <M>\mathbb ZG</M>-resolution
7
<M>R</M> by homing to an abelian <M>G</M>-outer group <M>A</M> then, for each
8
<M>x</M> in <M>H:=CohomologyModule(C,n)</M>, there is a function
9
<M>f:=H!.representativeCocycle(x)</M> which is a standard <M>n</M>-cocycle
10
corresponding to the cohomology class <M>x</M>. (At present this is implemented
11
only for
12
<M>n=1,2,3</M>.)
13
14