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

563570 views
1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2
%%
3
%W manual.tex GAP documentation Thomas Breuer
4
%W & Frank Celler
5
%W & Martin Schoenert
6
%W & Heiko Theissen
7
%%
8
%Y Copyright 1997, Lehrstuhl D fuer Mathematik, RWTH Aachen, Germany
9
%%
10
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11
%%
12
%F gapmacro . . . . . . . . . . . . . . . . read the GAP macro package
13
%%
14
\input ../../../doc/gapmacro
15
\Package{FPLSA}
16
%
17
%
18
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19
%%
20
%F BeginningOfBook . . . . . . . . . . . . . . . . . . . start the book
21
%%
22
\BeginningOfBook{fplsa}
23
%
24
%
25
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
26
%%
27
%F UseReferences . . . . . . . . . . . . . . . . . . specify references
28
%%
29
\UseReferences{../../../doc/ext}
30
\UseReferences{../../../doc/ref}
31
%
32
%
33
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
34
%%
35
%F TitlePage . . . . . . . . . . . . . . . . . . . . . . nice title page
36
%%
37
\TitlePage{
38
\centerline{\titlefont FPLSA}\medskip
39
\centerline{\titlefont ---}\medskip
40
\centerline{\titlefont A GAP4 Package}\medskip
41
\centerline{\subtitlefont For Finitely Presented Lie Super Algebras}\bigskip
42
\centerline{\secfont Version 1.1}
43
\vfill
44
\centerline{\secfont by}\vfill
45
\centerline{\secfont V. Gerdt and V. Kornyak}\vfill
46
\centerline{\secfont{\Month} \Year}
47
}
48
%
49
%
50
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
51
%%
52
%F TableOfContents . . . . . . . . . . . . generate a table of contents
53
%%
54
\OneColumnTableOfContents
55
%
56
%
57
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
58
%%
59
%F FrontMatter . . . . . . . . . . . . . . . . . . . . . GAP 4 Tutorial
60
%%
61
\FrontMatter
62
%
63
%
64
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
65
%%
66
%F Chapters . . . . . . . . . . . . . . . . . . . . . . GAP 4 Tutorial
67
%%
68
\Chapters
69
\Input{fplsa}
70
%
71
%
72
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
73
%%
74
%F Appendices . . . . . . . . . . . . Extending GAP 4 Reference Manual
75
%%
76
\Appendices
77
%\Bibliography
78
\Index
79
%
80
%
81
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
82
%%
83
%F EndOfBook . . . . . . . . . . . . . . . . . . . . . . . . . that's it
84
%%
85
\EndOfBook
86
%
87
%
88
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
89
%%
90
%E
91
92
93