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
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!DOCTYPE Book SYSTEM "gapdoc.dtd">
4
5
<Book Name="NumericalSgps">
6
7
<TitlePage>
8
<Title><Package>numericalsgps</Package>-- a package for numerical semigroups</Title>
9
<Version> Version <#Include SYSTEM "../version">
10
</Version>
11
<Author> Manuel Delgado
12
<Email>[email protected]</Email>
13
<Homepage>http://www.fc.up.pt/cmup/mdelgado</Homepage>
14
</Author>
15
<Author> Pedro A. García-Sánchez
16
<Email>[email protected]</Email>
17
<Homepage>http://www.ugr.es/~pedro</Homepage>
18
</Author>
19
<Author> José João Morais
20
<!-- <Email>[email protected]</Email> -->
21
</Author>
22
<Copyright> &copyright; 2005--2015 Centro de Matemática da Universidade do Porto, Portugal and Universidad de Granada, Spain<P/>
23
<!-- We adopt the copyright regulations of &GAP; as detailed in the
24
copyright notice in the &GAP; manual. -->
25
<E>Numericalsgps</E> is free software; you can redistribute it and/or modify it under the terms of the
26
<URL Text="GNU General Public License">http://www.fsf.org/licenses/gpl.html</URL> as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
27
</Copyright>
28
29
30
<Acknowledgements>
31
32
The first author's work was (partially) supported by the <E>Centro de Matemática da Universidade do
33
Porto</E> (CMUP), financed by FCT (Portugal) through the programs POCTI
34
(Programa Operacional "Ciência, Tecnologia, Inovação") and POSI (Programa
35
Operacional Sociedade da Informação), with national and European Community
36
structural funds and a sabbatical grant of FCT.
37
<P/>
38
The second author was supported by the projects MTM2004-01446, MTM2007-62346 and MTM2010-15595, the Junta de Andalucía group FQM-343, and FEDER founds.
39
<P/>
40
The third author acknowledges financial support of FCT and the POCTI program
41
through a scholarship given by <E>Centro de Matemática da Universidade do Porto</E>.
42
<P/>
43
The authors wish to thank J. I. García-García and Alfredo Sánchez-R. Navarro for many helpful discussions and for helping in the programming of preliminary versions of some functions, and also to C. O'Neill, A. Sammartano, I. Ojeda, C. M. Moreno Ávila, A. Herrera-Poyatos and K. Stokes for their
44
contributions (see Contributions Chapter). We are also in debt with S. Gutsche, M. Horn, H. Schönemann, C. Söeger and M. Barakat for their fruitful advices concerning 4ti2Interface, SingularInterface, Singular, Normaliz, NormalizInterface and GradedModules.
45
<P/>
46
The first and second authors warmly thank María Burgos for her support and help.
47
<P/>
48
<P/>
49
<B>Concerning the mantainment:</B>
50
<P/>
51
<P/>
52
The first author was (partially) supported by the FCT project PTDC/MAT/65481/2006 and also by the
53
<E>Centro de Matemática da Universidade do
54
Porto</E> (CMUP), funded by the European Regional Development Fund through the programme COMPETE and by the Portuguese Government through the FCT - Fundação para a Ciência e a Tecnologia under the project PEst-C/MAT/UI0144/2011.
55
<P/>
56
The second author was/is supported by the project MTM2014-55367-P, which is funded
57
by Ministerio de Economía y Competitividad and the Fondo Europeo de Desarrollo Regional FEDER.
58
<P/> Both maintainers want to acknowledge partial support by CMUP (UID/MAT/00144/2013), which is funded by FCT (Portugal) with national (MEC) and European structural funds through the programs FEDER, under the partnership agreement PT2020.
59
<P/> Both maintainers are also supported by the project MTM2014-55367-P, which is funded by Ministerio de Economía y Competitividad and Fondo Europeo de Desarrollo Regional FEDER.
60
<P/> The maintainers want to thank the organizers of <C>GAPDays</C> in their several editions.
61
<P/> The authors also thank the Centro de Servicios de Informática y Redes de Comunicaciones (CSIRC), Universidad de Granada, for providing the computing time, specially Rafael Arco Arredondo for installing everything this package and the extra software needed in alhambra.ugr.es.
62
</Acknowledgements>
63
64
<Colophon>
65
This work started when (in 2004) the first author visited the University of Granada in part of a sabbatical year.
66
67
Since Version 0.96 (released in 2008), the package is maintained by the first two authors.
68
69
Bug reports, suggestions and comments are, of course, welcome. Please use our
70
email addresses to this effect.
71
<P/>
72
73
If you have benefited from the use of the numerigalsgps GAP package in your research, please cite it in addition to GAP itself, following the scheme proposed in
74
<URL>http://www.gap-system.org/Contacts/cite.html</URL>.
75
<P/>
76
77
If you have predominantly used the functions in the Appendix, contributed by other authors, please cite in addition these authors, referring "software implementations available in the GAP package NumericalSgps".
78
</Colophon>
79
80
</TitlePage>
81
82
<TableOfContents/>
83
84
<Body>
85
86
<#Include SYSTEM "introduction.xml">
87
88
<Chapter>
89
<Heading>
90
Numerical Semigroups
91
</Heading>
92
This chapter describes how to create numerical semigroups in &GAP;
93
and perform some basic tests.
94
95
<#Include SYSTEM "Generating_Numerical_Semigroups.xml">
96
<#Include SYSTEM "Some_basic_tests.xml">
97
98
</Chapter>
99
100
101
<Chapter>
102
<Heading>
103
Basic operations with numerical semigroups
104
</Heading>
105
106
<#Include SYSTEM "The_definitions.xml">
107
<#Include SYSTEM "Wilf.xml">
108
109
</Chapter>
110
111
<Chapter>
112
<Heading>
113
Presentations of Numerical Semigroups
114
</Heading>
115
In this chapter we explain how to compute a minimal presentation of a numerical
116
semigroup. There are three functions involved in this process.
117
118
<#Include SYSTEM "Presentations_of_Numerical_Semigroups.xml">
119
120
</Chapter>
121
122
123
<Chapter>
124
<Heading>
125
Constructing numerical semigroups from others
126
</Heading>
127
128
<#Include SYSTEM "Adding_and_removing_elements_of_a_numerical_semigroup.xml">
129
<#Include SYSTEM "Operations_Numerical_Semigroups.xml">
130
<#Include SYSTEM "Constructing_sets_of_numerical_semigroups.xml">
131
132
</Chapter>
133
134
135
<Chapter>
136
<Heading>
137
Irreducible numerical semigroups
138
</Heading>
139
140
<#Include SYSTEM "Irreducible_numerical_semigroups.xml">
141
<#Include SYSTEM "Complete_Intersections.xml">
142
<#Include SYSTEM "Almost_symmetric.xml">
143
</Chapter>
144
145
146
<Chapter>
147
<Heading>
148
Ideals of numerical semigroups
149
</Heading>
150
151
<#Include SYSTEM "Ideals_of_numerical_semigroups.xml">
152
153
</Chapter>
154
155
156
<Chapter>
157
<Heading>
158
Numerical semigroups with maximal embedding dimension
159
</Heading>
160
161
<#Include SYSTEM "Numerical_semigroups_with_maximal_embedding_dimension.xml">
162
</Chapter>
163
164
165
<Chapter>
166
<Heading>
167
Nonunique invariants for factorizations in numerical semigroups
168
</Heading>
169
170
<#Include SYSTEM "catenary-tame.xml">
171
172
</Chapter>
173
174
<Chapter>
175
<Heading>
176
Polynomials and numerical semigroups
177
</Heading>
178
179
<#Include SYSTEM "polynomial.xml">
180
181
</Chapter>
182
183
<Chapter>
184
<Heading>
185
Affine semigroups
186
</Heading>
187
188
<#Include SYSTEM "affine.xml">
189
190
</Chapter>
191
192
<Chapter>
193
<Heading>
194
Good semigroups
195
</Heading>
196
197
<#Include SYSTEM "good-semigroups.xml">
198
199
</Chapter>
200
201
<Chapter>
202
<Heading>
203
External packages
204
</Heading>
205
206
<#Include SYSTEM "external-packages.xml">
207
208
</Chapter>
209
210
211
</Body>
212
213
<#Include SYSTEM "generalstuff.xml">
214
215
<#Include SYSTEM "random.xml">
216
217
<#Include SYSTEM "contributions.xml">
218
219
<Bibliography Databases="NumericalSgps" />
220
221
<TheIndex/>
222
223
</Book>
224
225
<!-- ==================================================================== -->
226
227