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

563625 views
1
<Verb>CochainComplex(K):: CubicalComplex --> CochainComplex</Verb>
2
<Verb>CochainComplex(K):: PureCubicalComplex --> CochainComplex</Verb>
3
<Verb>CochainComplex(K):: PurePermComplex --> CochainComplex</Verb>
4
<Verb>CochainComplex(Y):: RegCWComplex --> CochainComplex</Verb>
5
<Verb>CochainComplex(K):: SimplicialComplex --> CohainComplex</Verb><P/>
6
7
<P/> Inputs a cubical, or pure cubical, or pure permutahedral or simplicial
8
complex <M>K</M>
9
and returns its cochain complex of free abelian groups. In degree <M>n</M>
10
this cochain complex has one free generator for each <M>n</M>-dimensional
11
cell of <M>K</M>.
12
13
<P/> Inputs a regular CW-complex <M>Y</M> and returns a cochain complex <M>C</M>
14
which is
15
chain homotopy equivalent
16
to the cellular cochain complex of <M>Y</M>. In degree <M>n</M> the free
17
abelian cochain group <M>C_n</M> has one free generator for each
18
critical <M>n</M>-dimensional cell of <M>Y</M> with respect to some discrete
19
vector field on <M>Y</M>.
20
21
22
23