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
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!DOCTYPE Book SYSTEM "gapdoc.dtd"
4
[ <!ENTITY Congruence "<Package>Congruence</Package>">
5
<#Include Label="PKGVERSIONDATA">
6
] >
7
8
<Book Name="Congruence">
9
10
<TitlePage>
11
<Title>&Congruence;</Title>
12
<Subtitle>Congruence subgroups of <M>SL_2(&ZZ;)</M></Subtitle>
13
<Version>Version &VERSION;</Version>
14
15
<Author>Ann Dooms
16
<Email>[email protected]</Email>
17
<Homepage>http://homepages.vub.ac.be/&tilde;andooms</Homepage>
18
<Address>
19
Department of Mathematics, Vrije Universiteit Brussel<Br/>
20
Pleinlaan 2, Brussels, B-1050 Belgium
21
</Address>
22
</Author>
23
24
<Author>Eric Jespers
25
<Email>[email protected]</Email>
26
<Homepage>http://homepages.vub.ac.be/&tilde;efjesper</Homepage>
27
<Address>
28
Department of Mathematics, Vrije Universiteit Brussel<Br/>
29
Pleinlaan 2, Brussels, B-1050 Belgium
30
</Address>
31
</Author>
32
33
<Author>Alexander Konovalov
34
<Email>[email protected]</Email>
35
<Homepage>https://alexk.host.cs.st-andrews.ac.uk</Homepage>
36
<Address>
37
School of Computer Science<Br/>
38
University of St Andrews<Br/>
39
Jack Cole Building, North Haugh,<Br/>
40
St Andrews, Fife, KY16 9SX, Scotland
41
</Address>
42
</Author>
43
44
<Author>Helena Verrill
45
<Email>[email protected]</Email>
46
<Homepage>http://www.math.lsu.edu/&tilde;verrill/</Homepage>
47
<Address>
48
Department of Mathematics<Br/>
49
Louisiana State University<Br/>
50
Baton Rouge, Louisiana, 70803-4918<Br/>
51
USA
52
</Address>
53
</Author>
54
55
<Date>&RELEASEDATE;</Date>
56
57
<Abstract>
58
<Index Key="Congruence package">&Congruence; package</Index>
59
The &GAP; package &Congruence; provides functionality to
60
work with congruence subgroups of <M>SL_2(&ZZ;)</M>.
61
</Abstract>
62
63
<Copyright>
64
&copyright; 2006-&RELEASEYEAR; by Ann Dooms, Eric Jespers,
65
Alexander Konovalov and Helena Verrill.<P/>
66
67
&Congruence; is free software; you can redistribute it and/or modify it
68
under the terms of the GNU General Public License as published by
69
the Free Software Foundation; either version 2 of the License, or
70
(at your option) any later version. For details, see the FSF's own site
71
<URL>http://www.gnu.org/licenses/gpl.html</URL>.<P/>
72
73
If you obtained &Congruence;, we would be grateful for a short notification
74
sent to one of the authors.<P/>
75
76
If you publish a result which was partially obtained with the usage of
77
&Congruence;, please cite it in the following form:<P/>
78
79
A. Dooms, E. Jespers, A. Konovalov and H. Verrill.
80
<E>Congruence --- Congruence subgroups of <M>SL_2(&ZZ;)</M>, Version &VERSION;;</E>
81
&RELEASEYEAR; (<URL>http://www.cs.st-andrews.ac.uk/&tilde;alexk/congruence/</URL>).
82
</Copyright>
83
84
<Acknowledgements>
85
We are very grateful to Mong-Lung Lang, Chong-Hai Lim and Ser Peow Tan
86
for their comments provided while implementing algorithms from
87
<Cite Key="LLT-Algorithm" /> and <Cite Key="LLT-Hecke" />, and to
88
Francqui Stichting (Belgium) for the support of the third author.
89
</Acknowledgements>
90
91
</TitlePage>
92
93
<TableOfContents/>
94
95
<Body>
96
<#Include SYSTEM "intro.xml">
97
<#Include SYSTEM "cong.xml">
98
<#Include SYSTEM "farey.xml">
99
<#Include SYSTEM "gens.xml">
100
<#Include SYSTEM "service.xml">
101
</Body>
102
103
<Bibliography Databases="manual"/>
104
105
<TheIndex/>
106
107
</Book>
108
109