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>CupProduct(Y):: RegCWComplex --> Function</Verb>
2
<Verb>CupProduct(R,p,q,P,Q):: FreeRes, Int, Int, List, List --> List</Verb><P/>
3
4
<P/> Inputs a regular CW-complex <M>Y</M>
5
and returns a function <M>f(p,q,P,Q)</M>. This function <M>f</M> inputs two
6
integers <M>p,q \ge 0</M> and two integer lists <M>P=[p_1, \ldots, p_m]</M>,
7
<M>Q=[q_1, \ldots, q_n]</M> representing elements <M>P\in H^p(Y,\mathbb Z)</M>
8
and <M>Q\in H^q(Y,\mathbb Z)</M>. The function <M>f</M> returns a list
9
<M>P \cup Q</M> representing the cup product <M>P \cup Q \in H^{p+q}(Y,\mathbb Z)</M>.
10
11
12
<P/> Inputs a free <M>\mathbb ZG</M> resolution <M>R</M>
13
of <M>\mathbb Z</M> for some group <M>G</M>, together with
14
integers <M>p,q \ge 0</M>
15
and integer lists <M>P, Q</M> representing cohomology classes
16
<M>P\in H^p(G,\mathbb Z)</M>, <M>Q\in H^q(G,\mathbb Z)</M>. An integer
17
list representing the cup product
18
<M>P\cup Q \in H^{p+q}(G,\mathbb Z)</M> is returned.
19
20