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

563501 views
1
2
6 Ring Relations
3
4
5
6.1 Ring Relations: Categories and Representations
6
7
6.1-1 IsHomalgRingRelations
8
9
IsHomalgRingRelations( rel )  Category
10
Returns: true or false
11
12
The GAP category of homalg ring relations.
13
14
6.1-2 IsHomalgRingRelationsAsGeneratorsOfLeftIdeal
15
16
IsHomalgRingRelationsAsGeneratorsOfLeftIdeal( rel )  Category
17
Returns: true or false
18
19
The GAP category of homalg ring relations as generators of a left ideal.
20
21
(It is a subcategory of the GAP category IsHomalgRingRelations.)
22
23
6.1-3 IsHomalgRingRelationsAsGeneratorsOfRightIdeal
24
25
IsHomalgRingRelationsAsGeneratorsOfRightIdeal( rel )  Category
26
Returns: true or false
27
28
The GAP category of homalg ring relations as generators of a right ideal.
29
30
(It is a subcategory of the GAP category IsHomalgRingRelations.)
31
32
6.1-4 IsRingRelationsRep
33
34
IsRingRelationsRep( rel )  Representation
35
Returns: true or false
36
37
The GAP representation of a finite set of relations of a homalg ring.
38
39
(It is a representation of the GAP category IsHomalgRingRelations (6.1-1))
40
41
42
6.2 Ring Relations: Constructors
43
44
45
6.3 Ring Relations: Properties
46
47
6.3-1 CanBeUsedToDecideZero
48
49
CanBeUsedToDecideZero( rel )  property
50
Returns: true or false
51
52
Check if the homalg set of relations rel can be used for normal form
53
reductions.
54
(no method installed)
55
56
6.3-2 IsInjectivePresentation
57
58
IsInjectivePresentation( rel )  property
59
Returns: true or false
60
61
Check if the homalg set of relations rel has zero syzygies.
62
63
64
6.4 Ring Relations: Attributes
65
66
67
6.5 Ring Relations: Operations and Functions
68
69
70