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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2
%%
3
%% Alnuth - The Kant interface
4
%%
5
6
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
7
%%
8
%F gapmacro . . . . . . . . . . . . . . . . . read the GAP macro package
9
%%
10
\input ../../../doc/gapmacro
11
\Package{Alnuth}
12
\Package{Polycyclic}
13
%
14
%
15
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16
%%
17
%F BeginningOfBook . . . . . . . . . . . . . . . . . . . start the book
18
%%
19
\BeginningOfBook{Alnuth}
20
%
21
%
22
%
23
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
24
%%
25
%F UseReferences . . . . . . . . . . . . . . . . . . specify references
26
%%
27
\UseGapDocReferences{../../../doc/ref}
28
%
29
%
30
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
31
%%
32
%F TitlePage . . . . . . . . . . . . . . . . . . . . . . nice title page
33
%%
34
\TitlePage{
35
\centerline{\titlefont ALNUTH}
36
\bigskip \bigskip
37
\centerline{\secfont Version 3.1.0, {\Month} \Year}
38
\bigskip \bigskip
39
\centerline{\titlefont ---}
40
\bigskip \bigskip
41
42
\centerline{\subtitlefont ALgebraic NUmber THeory }
43
\bigskip \bigskip
44
\centerline{\subtitlefont and an interface to }
45
\bigskip \bigskip
46
\centerline{\subtitlefont PARI/GP}
47
\bigskip \bigskip
48
\centerline{\titlefont ---}
49
\bigskip \bigskip
50
\vfill
51
52
\centerline{\secfont GAP code written by:}
53
\bigskip \bigskip
54
55
\centerline{\secfont Bj\accent127orn Assmann}
56
\medskip
57
\centerline{\URL{http://www.dcs.st-and.ac.uk/~bjoern}}
58
\bigskip
59
\centerline{\secfont Andreas Distler}
60
\medskip
61
\centerline{CAUL (Centro de \'Algebra da Universidade de Lisboa)}
62
\medskip
63
\centerline{Av. Prof. Gama Pinto, 2; 1649-003 Lisboa; Portugal}
64
\medskip
65
\centerline{\tt a.distler@tu-bs.de}
66
\bigskip
67
\centerline{\secfont Bettina Eick}
68
\medskip
69
\centerline{AG Algebra und Diskrete Mathematik; Institut
70
Computational Mathematics; TU Braunschweig}
71
\medskip
72
\centerline{Pockelsstr. 14; D-38106 Braunschweig; Germany}
73
\medskip
74
\centerline{\tt b.eick@tu-bs.de}
75
\bigskip \bigskip
76
\centerline{\titlefont ---}
77
\bigskip \bigskip
78
\vfill
79
80
\centerline{\secfont GP code written by:}
81
\bigskip \bigskip
82
83
\centerline{\secfont Bill Allombert}
84
% \medskip
85
% \centerline{{\tt [email protected]}}
86
\bigskip \bigskip \bigskip \bigskip \bigskip \bigskip \bigskip \bigskip
87
\vfill
88
89
{\it Note:} PARI/GP is {\bf not} part of this package. It can be
90
obtained from {\tt http://pari.math.u-bordeaux.fr/}
91
92
}
93
%
94
%
95
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
96
%%
97
%F TableOfContents . . . . . . . . . . . . generate a table of contents
98
%%
99
\OneColumnTableOfContents %since it's very short
100
%\TableOfContents %use instead if ToC is longer than a column
101
%
102
%
103
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
104
%%
105
%F FrontMatter
106
%%
107
\FrontMatter
108
\immediate\write\citeout{\bs bibdata{./manual}}
109
%
110
%
111
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
112
%%
113
%F Chapters
114
%%
115
\Chapters
116
\Input{intro}
117
\Input{fields}
118
\Input{example}
119
\Input{install}
120
%
121
%
122
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
123
%%
124
%F Appendices
125
%%
126
\Appendices
127
\Bibliography
128
\Index %to generate a proper index `manual.mst'
129
% %must be present
130
%
131
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
132
%%
133
%F EndOfBook . . . . . . . . . . . . . . . . . . . . . . . . . that's it
134
%%
135
\EndOfBook
136
%
137
%
138
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
139
%%
140
%E manual.tex . . . . . . . . . . . . . . . . . . . . . . . . ends here
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159