File: newHapMan.xml

package info (click to toggle)
gap-hap 1.66%2Bds-1
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 55,348 kB
  • sloc: xml: 15,368; sh: 216; javascript: 155; makefile: 126; ansic: 57; perl: 36
file content (87 lines) | stat: -rw-r--r-- 3,388 bytes parent folder | download | duplicates (3)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?xml version="1.0" encoding="utf-8"?>

<!DOCTYPE Book SYSTEM "gapdoc.dtd">


<Book Name="HAP commands">

<TitlePage>
  <Title>Homological Algebra Programming</Title>
  <Subtitle>HAP</Subtitle>
  <Version>Version <#Include SYSTEM "../version"></Version>
  <Author>Graham Ellis 
          <Email>Graham.Ellis@nuigalway.ie</Email> 
  </Author>
  <Date><#Include SYSTEM "../date"></Date>
  <Address>
  School of Mathematics<Br/> National University of Irelnd, Galway 
  <Br/> Galway<Br/> (Ireland)
  </Address>
  <Abstract>
<B>HAP</B> is a homological algebra library for use with the GAP computer algebra 
system, and is still under development. The current version 
<#Include SYSTEM "../version"> was released on <#Include SYSTEM "../date">.

<Br/>

The initial focus of the library was on computations related to the cohomology of finite and infinite groups, with particular emphasis on integral coefficients. The focus has since broadened to include Steenrod algebras of finite groups, Bredon homology, cohomology of simplicial groups, and general computations in algebraic topology relating to finite CW-complexes, covering spaces, knots, knotted surfaces, and topics such as persitent homology arising in topological data analysis.

<Br/>This document describes the functions available in <B>HAP</B>. Examples illustrating these functions are available in the <URL><Link>../tutorial/chap0.html</Link><LinkText><B>HAP</B> tutorial</LinkText></URL>.
  </Abstract>
  <Copyright>&copyright; 2005-2019 by Graham Ellis 
  </Copyright>
  <Acknowledgements>The HAP project has been supported by the School of Maths at NUI Galway, various PhD students and postdoctoral researchers at NUI Galway, the Irish Research Council, Science Foundation Ireland, and the EU Marie Curie programme.
  </Acknowledgements>
</TitlePage>

<TableOfContents/>

<Body>
 <#Include SYSTEM "newNewCellComplexes.xml">
 <#Include SYSTEM "newNewResolutions.xml">
 <#Include SYSTEM "newNewGroups.xml">
<#Include SYSTEM "newNewParallel.xml">

 <#Include SYSTEM "newResolutions.xml">
 <#Include SYSTEM "newModuleResolutions.xml">
 <#Include SYSTEM "newInducedChainMaps.xml">
 <#Include SYSTEM "newFunctors.xml">
 <#Include SYSTEM "newChainComplexes.xml">
 <#Include SYSTEM "newSparse.xml">
 <#Include SYSTEM "newHomology.xml">
 <#Include SYSTEM "newPoincare.xml">
 <#Include SYSTEM "newRings.xml">
 <#Include SYSTEM "newHAPprime.xml">
 <#Include SYSTEM "newNonabelian.xml">
 <#Include SYSTEM "newLie.xml">
 <#Include SYSTEM "newPresentations.xml">
 <#Include SYSTEM "newOrbits.xml">
 <#Include SYSTEM "newCocycles.xml">
 <#Include SYSTEM "newWords.xml">
 <#Include SYSTEM "newFpgmodules.xml">
 <#Include SYSTEM "newMeataxe.xml">
 <#Include SYSTEM "newGouter.xml">
 <#Include SYSTEM "newCat1groups.xml">
 <#Include SYSTEM "newSimplicialGroups.xml">
 <#Include SYSTEM "newCoxeter.xml">
 <#Include SYSTEM "newTorsionSubcomplexes.xml">
 <#Include SYSTEM "newSimplicial.xml">
 <#Include SYSTEM "newCubical.xml">
 <#Include SYSTEM "newCW.xml">
 <#Include SYSTEM "newKnots.xml">
 <#Include SYSTEM "newFunctionsKnotsQuandles.xml">
 <#Include SYSTEM "newMetrics.xml">
 <#Include SYSTEM "newCategories.xml">
 <#Include SYSTEM "newPseudolists.xml">
 <#Include SYSTEM "newParallel.xml">
 <#Include SYSTEM "newAccess.xml">
 <#Include SYSTEM "newMiscellaneous.xml">
 <#Include SYSTEM "Undocumented.xml">


</Body>

<TheIndex/>

</Book>