CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

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

Views: 418346
1
<Chapter><Heading> Some functions for accessing basic data</Heading>
2
3
<Table Align="|l|" >
4
5
<Row>
6
<Item>
7
<Index>BoundaryMap</Index>
8
<C>BoundaryMap(C)</C>
9
<P/>
10
11
Inputs a resolution, chain complex or cochain complex <M>C</M>
12
and returns the function <M>C!.boundary</M>.
13
</Item>
14
</Row>
15
<Row>
16
<Item>
17
<Index> BoundaryMatrix</Index>
18
<C>BoundaryMatrix(C,n)</C>
19
<P/>
20
21
Inputs 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.
22
</Item>
23
</Row>
24
<Row>
25
<Item>
26
<Index> Dimension</Index>
27
<C>Dimension(C)
28
</C>
29
<Br/>
30
<C>Dimension(M) </C>
31
<P/>
32
33
Inputs a resolution, chain complex or cochain complex <M>C</M>
34
and returns the function <M>C!.dimension</M> .
35
<P/>
36
Alternatively, inputs an <M>FpG</M>-module <M>M</M>
37
and returns its dimension as a vector space over the field of <M>p</M>
38
elements.
39
</Item>
40
</Row>
41
<Row>
42
<Item>
43
<Index> EvaluateProperty</Index>
44
<C>EvaluateProperty(X,"name") </C>
45
<P/>
46
47
Inputs a component object <M>X</M>
48
(such as a <M>ZG</M>-resolution or chain map) and a string
49
"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>
50
does not exist, or if ["name",value] does not exist, it returns fail.
51
</Item>
52
</Row>
53
54
<Row>
55
<Item>
56
<Index> GroupOfResolution</Index>
57
<C>GroupOfResolution(R)</C>
58
<P/>
59
60
Inputs a <M>ZG</M>-resolution <M>R</M> and returns the group <M>G</M>.
61
</Item>
62
</Row>
63
<Row>
64
<Item>
65
<Index> Length</Index>
66
<C>Length(R)</C>
67
<P/>
68
69
Inputs a resolution <M>R</M> and returns its length
70
(i.e. the number of terms of <M>R</M> that HAP has computed).
71
</Item>
72
</Row>
73
<Row>
74
<Item>
75
<Index> Map</Index>
76
<C>Map(f)</C>
77
<P/>
78
79
Inputs a chain map, or cochain map or equivariant chain map <M>f</M>
80
and returns the mapping function (as opposed to the
81
target or the source of <M>f</M>) .
82
</Item>
83
</Row>
84
85
<Row>
86
<Item>
87
<Index> Source</Index>
88
<C>Source(f)</C>
89
<P/>
90
91
Inputs a chain map, or cochain map, or equivariant chain map, or
92
<M>FpG</M>-module homomorphism <M>f</M> and returns it source.
93
</Item>
94
</Row>
95
96
<Row>
97
<Item>
98
<Index> Target</Index>
99
<C>Target(f)</C>
100
<P/>
101
102
Inputs a chain map, or cochain map, or equivariant chain map, or
103
<M>FpG</M>-module homomorphism <M>f</M> and returns its target.
104
</Item>
105
</Row>
106
107
108
109
110
</Table>
111
</Chapter>
112
113
114
115