Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
| Download
GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
Project: cocalc-sagemath-dev-slelievre
Views: 418346<Chapter><Heading>Regular CW-Complexes</Heading>12<Table Align="|l|" >34<Row>5<Item>6<Index>SimplicialComplexToRegularCWComplex</Index>7<C>SimplicialComplexToRegularCWComplex(K)</C>89<P/>10Inputs a simplicial complex <M>K</M> and returns the corresponding regular CW-complex.11</Item>12</Row>131415<Row>16<Item>17<Index>CubicalComplexToRegularCWComplex</Index>18<C>CubicalComplexToRegularCWComplex(K)</C>19<C>CubicalComplexToRegularCWComplex(K,n)</C>2021<P/>22Inputs a pure cubical complex (or cubical complex) <M>K</M> and returns the corresponding regular CW-complex. If a positive integer <M>n</M> is entered as an optional second argument, then just the <M>n</M>-skeleton of <M>K</M> is returned.23</Item>24</Row>2526<Row>27<Item>28<Index>CriticalCellsOfRegularCWComplex</Index>29<C>CriticalCellsOfRegularCWComplex(Y)</C>30<C>CriticalCellsOfRegularCWComplex(Y,n)</C>3132<P/>33Inputs a regular CW-complex <M>Y</M> and returns the critical cells of <M>Y</M> with respect to some discrete vector field. If <M>Y</M> does not initially have a discrete vector field then one is constructed.3435<P/> If a positive integer <M>n</M> is given as a second optional input, then just the critical cells in dimensions up to and including <M>n</M> are returned.3637<P/> The function <M>CriticalCellsOfRegularCWComplex(Y)</M> works by homotopy38reducing cells starting at the top dimension. The function <M>CriticalCellsOfRegularCWComplex(Y,n)</M> works by homotopy coreducing cells starting at dimension 0. The two methods may well return different numbers of cells.39</Item>40</Row>4142<Row>43<Item>44<Index>ChainComplex</Index>45<C>ChainComplex(Y)</C>4647<P/>48Inputs a regular CW-complex <M>Y</M> and returns the cellular chain complex of a CW-complex W whose cells correspond to the critical cells of <M>Y</M> with respect to some discrete vector field. If <M>Y</M> does not initially have a discrete vector field then one is constructed.49</Item>50</Row>5152<Row>53<Item>54<Index>ChainComplexOfRegularCWComplex</Index>55<C>ChainComplexOfRegularCWComplex(Y)</C>5657<P/>58Inputs a regular CW-complex <M>Y</M> and returns the cellular chain complex of <M>Y</M>.59</Item>60</Row>616263<Row>64<Item>65<Index>FundamentalGroup</Index>66<Index>FundamentalGroupOfRegularCWComplex</Index>67<C>FundamentalGroup(Y)</C>68<C>FundamentalGroup(Y,n)</C>6970<P/>71Inputs a regular CW-complex <M>Y</M> and, optionally, the number of some 0-cell. It returns the fundamental group of <M>Y</M> based at the 0-cell <M>n</M>. The group is returned as a finitely presented group. If <M>n</M> is not specified then it is set <M>n=1</M>. The algorithm requires a discrete vector field on <M>Y</M>. If <M>Y</M> does not initially have a discrete vector field then one is constructed.7273</Item>74</Row>75767778798081</Table>82</Chapter>8384858687