Goto Chapter: Top 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 Ind
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 

30 Regular CW-Complexes
 30.1  

30 Regular CW-Complexes

30.1  

30.1-1 SimplicialComplexToRegularCWComplex
‣ SimplicialComplexToRegularCWComplex( K )( function )

Inputs a simplicial complex \(K\) and returns the corresponding regular CW-complex.

Examples: 1 , 2 

30.1-2 CubicalComplexToRegularCWComplex
‣ CubicalComplexToRegularCWComplex( K )( function )
‣ CubicalComplexToRegularCWComplex( K, n )( function )

Inputs a pure cubical complex (or cubical complex) \(K\) and returns the corresponding regular CW-complex. If a positive integer \(n\) is entered as an optional second argument, then just the \(n\)-skeleton of \(K\) is returned.

Examples: 1 

30.1-3 CriticalCellsOfRegularCWComplex
‣ CriticalCellsOfRegularCWComplex( Y )( function )
‣ CriticalCellsOfRegularCWComplex( Y, n )( function )

Inputs a regular CW-complex \(Y\) and returns the critical cells of \(Y\) with respect to some discrete vector field. If \(Y\) does not initially have a discrete vector field then one is constructed.

If a positive integer \(n\) is given as a second optional input, then just the critical cells in dimensions up to and including \(n\) are returned.

The function \(CriticalCellsOfRegularCWComplex(Y)\) works by homotopy reducing cells starting at the top dimension. The function \(CriticalCellsOfRegularCWComplex(Y,n)\) works by homotopy coreducing cells starting at dimension 0. The two methods may well return different numbers of cells.

Examples: 1 , 2 , 3 

30.1-4 ChainComplex
‣ ChainComplex( Y )( function )

Inputs a regular CW-complex \(Y\) and returns the cellular chain complex of a CW-complex W whose cells correspond to the critical cells of \(Y\) with respect to some discrete vector field. If \(Y\) does not initially have a discrete vector field then one is constructed.

Examples: 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 

30.1-5 ChainComplexOfRegularCWComplex
‣ ChainComplexOfRegularCWComplex( Y )( function )

Inputs a regular CW-complex \(Y\) and returns the cellular chain complex of \(Y\).

Examples: 1 , 2 

30.1-6 FundamentalGroup
‣ FundamentalGroup( Y )( function )
‣ FundamentalGroup( Y, n )( function )

Inputs a regular CW-complex \(Y\) and, optionally, the number of some 0-cell. It returns the fundamental group of \(Y\) based at the 0-cell \(n\). The group is returned as a finitely presented group. If \(n\) is not specified then it is set \(n=1\). The algorithm requires a discrete vector field on \(Y\). If \(Y\) does not initially have a discrete vector field then one is constructed.

Examples: 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 

 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 
Goto Chapter: Top 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 Ind

generated by GAPDoc2HTML