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>ChainComplex(K):: CubicalComplex --> ChainComplex</Verb>
2
<Verb>ChainComplex(K):: PureCubicalComplex --> ChainComplex</Verb>
3
<Verb>ChainComplex(K):: PurePermComplex --> ChainComplex</Verb>
4
<Verb>ChainComplex(Y):: RegCWComplex --> ChainComplex</Verb>
5
<Verb>ChainComplex(K):: SimplicialComplex --> ChainComplex</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 chain complex of free abelian groups. In degree <M>n</M> this chain complex has one free generator for each <M>n</M>-dimensional cell of <M>K</M>.
10
11
<P/> Inputs a regular CW-complex <M>Y</M> and returns a chain complex <M>C</M>
12
which is
13
chain homotopy equivalent
14
to the cellular chain complex of <M>Y</M>. In degree <M>n</M> the free abelian chain group <M>C_n</M> has one free generator for each critical <M>n</M>-dimensional cell of <M>Y</M> with respect to some discrete vector field on <M>Y</M>.
15
16
17
18