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> Some functions for accessing basic data</Heading>12<Table Align="|l|" >34<Row>5<Item>6<Index>BoundaryMap</Index>7<C>BoundaryMap(C)</C>8<P/>910Inputs a resolution, chain complex or cochain complex <M>C</M>11and returns the function <M>C!.boundary</M>.12</Item>13</Row>14<Row>15<Item>16<Index> BoundaryMatrix</Index>17<C>BoundaryMatrix(C,n)</C>18<P/>1920Inputs a chain or cochain complex <M>C</M> and integer <M>n</M>&tgt;<M>0</M>. It returns the <M>n</M>-th boundary map of <M>C</M> as a matrix.21</Item>22</Row>23<Row>24<Item>25<Index> Dimension</Index>26<C>Dimension(C)27</C>28<Br/>29<C>Dimension(M) </C>30<P/>3132Inputs a resolution, chain complex or cochain complex <M>C</M>33and returns the function <M>C!.dimension</M> .34<P/>35Alternatively, inputs an <M>FpG</M>-module <M>M</M>36and returns its dimension as a vector space over the field of <M>p</M>37elements.38</Item>39</Row>40<Row>41<Item>42<Index> EvaluateProperty</Index>43<C>EvaluateProperty(X,"name") </C>44<P/>4546Inputs a component object <M>X</M>47(such as a <M>ZG</M>-resolution or chain map) and a string48"name" (such as "characteristic" or "type"). It searches <M>X.property</M> for the pair ["name",value] and returns value. If <M>X.property</M>49does not exist, or if ["name",value] does not exist, it returns fail.50</Item>51</Row>5253<Row>54<Item>55<Index> GroupOfResolution</Index>56<C>GroupOfResolution(R)</C>57<P/>5859Inputs a <M>ZG</M>-resolution <M>R</M> and returns the group <M>G</M>.60</Item>61</Row>62<Row>63<Item>64<Index> Length</Index>65<C>Length(R)</C>66<P/>6768Inputs a resolution <M>R</M> and returns its length69(i.e. the number of terms of <M>R</M> that HAP has computed).70</Item>71</Row>72<Row>73<Item>74<Index> Map</Index>75<C>Map(f)</C>76<P/>7778Inputs a chain map, or cochain map or equivariant chain map <M>f</M>79and returns the mapping function (as opposed to the80target or the source of <M>f</M>) .81</Item>82</Row>8384<Row>85<Item>86<Index> Source</Index>87<C>Source(f)</C>88<P/>8990Inputs a chain map, or cochain map, or equivariant chain map, or91<M>FpG</M>-module homomorphism <M>f</M> and returns it source.92</Item>93</Row>9495<Row>96<Item>97<Index> Target</Index>98<C>Target(f)</C>99<P/>100101Inputs a chain map, or cochain map, or equivariant chain map, or102<M>FpG</M>-module homomorphism <M>f</M> and returns its target.103</Item>104</Row>105106107108109</Table>110</Chapter>111112113114115