File: preface.xml

package info (click to toggle)
gap 4r7p5-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 29,272 kB
  • ctags: 7,129
  • sloc: ansic: 107,802; xml: 46,868; sh: 3,548; perl: 2,329; makefile: 740; python: 94; asm: 62; awk: 6
file content (58 lines) | stat: -rw-r--r-- 2,420 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<!-- %% -->
<!-- %W  preface.tex               GAP documentation         Joachim Neubueser -->
<!-- %% -->
<!-- %H  @(#)<M>Id: preface.tex,v 4.44 2006/06/27 21:37:08 gap Exp </M> -->
<!-- %% -->
<!-- %Y  Copyright (C) 1997, Lehrstuhl D für Mathematik, RWTH Aachen, Germany -->
<!-- %% -->
<!-- %%  This file contains the preface of the GAP tutorial. -->
<!-- %% -->
<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Chapter Label="Preface">
<Heading>Preface</Heading>

Welcome to &GAP;. This preface serves not only to introduce this
manual, <Q>the &GAP; Tutorial</Q>, but also as an introduction to the
system as a whole.
<P/>
&GAP; stands  for  <E>Groups, Algorithms  and Programming</E>.  The  name was
chosen to reflect  the aim of  the  system, which  is introduced in  this
tutorial manual.  Since  that  choice,  the  system has become   somewhat
broader,    and  you will  also   find information   about algorithms and
programming  for other   algebraic structures,   such as semigroups   and
algebras.
<P/>
In addition to this manual, there is the <E>&GAP; Reference Manual</E> 
<Alt Only="HTML">(see <Ref BookName="ref" Label="Preface"/>)</Alt>
containing detailed documentation of the mathematical functionality of &GAP;,
and the manual called <E><Q>&GAP; - Changes from Earlier Versions</Q></E>
<Alt Only="HTML">(see <Ref BookName="Changes" Label="Preface"/>)</Alt>
which describes most essential changes from previous &GAP; releases.
<P/>
A lot of the functionality of the system and a number of
contributed extensions are provided as <Q>&GAP; packages</Q>
and each of these has its own manual.
<P/>
Subsequent sections of this preface explain the structure of the
system and list sources of further information about &GAP;.
<P/>

<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="The GAP System">
<Heading>The &GAP; System</Heading>
<#Include SYSTEM "../ref/overview.xml">
</Section>

<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<Section Label="Further Information about GAP">
<Heading>Further Information about &GAP;</Heading>
<#Include SYSTEM "../ref/moreinfo.xml">
</Section>

</Chapter>

<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<!-- %% -->
<!-- %E -->