x_1^2*x_2*x_6+x_2^3*x_6+x_2^2*x_5^2+x_1*x_4*x_6+x_2*x_4*x_6+x_2*x_5*x_6+x_4^\<br>
2*x_5 ] with indeterminate degrees [ 1, 1, 1, 2, 2, 3, 4 ]<br>
gap> time;<br>
19685<br>
<br>
gap> G:=SylowSubgroup(MathieuGroup(12),2);;<br>
gap> PoincareSeriesLHS(G);<br>
(1)/(-x_1^3+3*x_1^2-3*x_1+1)<br>
gap> time;<br>
11757<br>
</td>
</tr>
<tr>
<td style="vertical-align: top; background-color: rgb(255, 255, 255);">The
homology of certain infinite groups can also be calculated. The
following commands show that <br>
<ul>
<li>the 99-dimensional integral homology of SL2(Z[1/7]) is
H<sub>99</sub>(SL<sub>2</sub>(Z[1/7]),Z) = Z<sub>4</sub> + Z<sub>12</sub>.
(This homology was first calculated by <a
href="http://arxiv.org/abs/math/9503230">A. Adem and N. Naffah</a>).<br>
</li>
<li>the 4-dimensional integral homology of SL<sub>3</sub>(Z) is
H<sub>4</sub>(SL<sub>3</sub>(Z),Z) = Z<sub>2</sub>. </li>
<li>the 6-dimensional integral homology of the Bianchi group SL<sub>2</sub>(Z[w])
with w<sup>2</sup>=-2 is H<sub>6</sub>(SL<sub>2</sub>(Z[w]),Z) = Z<sub>2</sub>.
<br>
</li>
</ul>
<ul>
<li>the classical braid group B on eight strings
(represented by a linear Coxeter diagram D with seven vertices) has
5-dimensional integral homology H<sub>5</sub>(B,Z) = Z<sub>3</sub> .</li>
<li>the amalgamated product G=S<sub>5</sub>*<sub>A</sub>S<sub>4</sub>
of the symmetric groups S<sub>5</sub> and S<sub>4</sub> over the
canonical subgroup A=S<sub>3 </sub>has 5-dimensional integral homology
H<sub>5</sub>(G,Z) = (Z<sub>2</sub>)<sup>5</sup> . (The amalgamated
product can be represented as a graph of groups.)<br>
</li>
<li>the Heisenberg group H in five complex variables (a torsion
free nilpotent group of class two) has 5-dimensional integral homology H<sub>5</sub>(H,Z)
= (Z<sub>2</sub>)<sup>43</sup>+Z<sub>6</sub>+Z<sup>132</sup>.</li>
<li>the free nilpotent group N of class 2 on four generators
has 4-dimensional integral homology H<sub>4</sub>(N,Z) = (Z<sub>3</sub>)<sup>4</sup>+Z<sup>84</sup>.
(The <a href="aboutExtensions.html#Lambe">full range</a> of homology
groups
for N were first calculated in a paper by L. Lambe.)</li>
<li>The 3-dimensional crystallographic space group S with
Hermann-Mauguin symbol "P62" has 5-dimensional integral homology H<sub>5</sub>(S,Z)
= Z<sub>2</sub>+Z<sub>2</sub>.</li>
</ul>
<spanstyle="font-family: helvetica,arial,sans-serif;"></span>(The
last three examples require the "AClib", "Polycyclic" and "nq"
packages.
HAP can be loaded without these packages if such examples are not
required..)<br>
</td>
</tr>
<tr>
<td style="vertical-align: top; background-color: rgb(255, 255, 204);">gap>
R:=ResolutionSL2Z(7,100);<br>
Resolution of length 100 in characteristic 0 for SL(2,Z[1/7]) .<br>
No contracting homotopy available.<br>
gap> Homology(TensorWithIntegers(R),99);<br>
[ 4, 12 ]<br>
<br>
<br>
gap>
C:=ContractibleGcomplex("SL(3,Z)");;<br>
gap> R:=FreeGResolution(C,5);;<br>
gap> Homology(TensorWithIntegers(R),4);<br>
[ 2 ]<br>
<br>
<br>
gap> C:=ContractibleGcomplex("SL(2,Z[sqrt(-2)])");;<br>
gap> R:=FreeGResolution(C,7);;<br>
gap> Homology(TensorWithIntegers(R),6);<br>
[ 2 ]<br>
<br>
<br>
gap>
D:=[ [1,[2,3]], [2,[3,3]], [3,[4,3]],
[4,[5,3]], [5,[6,3]], [6,[7,3]] ];;<br>
gap> CoxeterDiagramDisplay(D);;<br>
<divstyle="text-align: center;"><img alt="" src="cd.gif" style="width: 150px; height: 115px;"><br>
</div>
gap> GroupHomology(D,5);time;<br>
[ 3 ]<br>
13885<br>
<br>
<br>
<br>
gap> S5:=SymmetricGroup(5);SetName(S5,"S5");<br>
gap> S4:=SymmetricGroup(4);SetName(S4,"S4");<br>
gap> A:=SymmetricGroup(3);SetName(A,"S3");<br>
gap> AS5:=GroupHomomorphismByFunction(A,S5,x->x);<br>
gap> AS4:=GroupHomomorphismByFunction(A,S4,x->x);<br>
gap> D:=[S5,S4,[AS5,AS4]];<br>
gap> GraphOfGroupsDisplay(D);<br>
<divstyle="text-align: center;"><img alt="" src="graphgroups.gif" style="width: 172px; height: 90px;"><br>
</div>
gap> GroupHomology(D,5);time;<br>
[ 2, 2, 2, 2, 2 ]<br>
22004<br>
<br>
<br>
gap> GroupHomology(HeisenbergPcpGroup(5),5);time;<br>
[ 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2,<br>
2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 6, 0, 0,
0, 0, 0, 0,<br>
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0,<br>
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0,<br>
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0,<br>
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0,<br>
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0,<br>
0 ]<br>
73765<br>
<br>
<br>
gap> F:=FreeGroup(4);; N:=NilpotentQuotient(F,2);;<br>
gap> GroupHomology(N,4);time;<br>
[ 3, 3, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0,<br>
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0,<br>
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0,<br>
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]<br>
41967<br>
<br>
<br>
gap> GroupHomology(SpaceGroupBBNWZ("P62"),5);time;<br>
[ 2, 2 ]<br>
4336<br>
</td>
</tr>
<tr>
<td style="vertical-align: top; background-color: rgb(255, 255, 255);">The command <spanstyle="font-family: helvetica,arial,sans-serif;">GroupHomology(G,n)</span>
is a composite of several more basic HAP functions <span style="color: rgb(51, 0, 51);"><spanstyle="color: rgb(0, 0, 102);">and
attempts, in a fairly crude way, to make reasonable choices for a
number of parameters in
the calculation of group homology. For a particular group G you would
almost
certainly be better off using the more basic functions directly and
making the
choices yourself! Similar comments apply to functions for cohomology
(ring) calculations.<br>
<br>
The subsequent pages of this manual explain the basic HAP functions. </span></span>The
intending reader should be aware that many of the examples are intended
to
illustrate the full potential of HAP and consequently<span style="font-weight: bold;"> may take
many minutes (and in one or two cases hours) to run. </span></td>
</tr>
<tr>
<td style="vertical-align: top; background-color: rgb(255, 255, 255);">For
a given crystallographic space group S the HAPcryst extension (which
uses the Cryst GAP package and the Polymake computational geometry
system) can be used to compute a fundamental cell which tiles euclidean
space in such a way that the tiling is respected by the action of S.
For instance, the following commands compute a fundamental cell for the
3-dimensional space group S with
Hermann-Mauguin symbol "P62" and exhibit the 1-skeleton of this cell.<br>
</td>
</tr>
<tr>
<td style="vertical-align: top; background-color: rgb(255, 255, 204);">gap>
fd:=FundamentalDomainStandardSpaceGroup([1/2,1/3,1/5],SpaceGroupBBNWZ("P62"));;<br>
gap> Polymake(fd,"VISUAL_GRAPH");<br>
<br>
<divstyle="text-align: center;"><img style="width: 300px; height: 300px;" alt="" src="Fundom.png"><br>
</div>
</td>
</tr>
<tr>
<td style="vertical-align: top; background-color: rgb(255, 255, 255);">We
end this introduction by mentioning that HAP can also be used to make
calculations such as:<br>
<ul>
<li>The rank of the mod 2 cohomology group H<sup>k</sup>(M<sub>11</sub>,Z<sub>2</sub>)
of the Mathieu group M<sub>11 </sub>of order 7920 is equal to the
coefficient of x<sup>k</sup> in the Poincare series p(x) = (x<sup>4</sup>-x<sup>3</sup>+x<sup>2</sup>-x+1)/(x<sup>6</sup>-x<sup>5</sup>+x<sup>4</sup>-2x<sup>3</sup>+x<sup>2</sup>-x+1)
for all k less than 15. (This Poincare series for the ring H<sup>*</sup>(M<sub>11</sub>,Z<sub>2</sub>)
was first calculated in [P.Webb, "A local method in group cohomology", <span style="font-style: italic;">Comm. Math. Helv.</span> 62 (1987)
135-167]. ) </li>
<li>The mod 2 cohomology ring H<sup>*</sup>(D<sub>32</sub>,Z<sub>2</sub>)
for the dihedral group of order 64 is generated by two elements of
degree 1 and one element of degree 2 and possibly (though not very
likely)
some generators of degree greater than 30.<br>
</li>
<li>The Lie algebra M<sub>3</sub>(Z) of all integer 3×3
matrices has 5-dimensional Lie homology H<sub>5</sub>(A,Z)=(Z<sub>2</sub>)<sup>8</sup>+Z.</li>
<li>The suspension X=SK(G,1) of an Eilenberg-Mac
Lane space for the free nilpotent group G of class 2 on four generators
has third homotopy group
pi<sub>3</sub>X = Z<sup>30</sup> .</li>
<li>The double suspension Y=SSK(G,1) of an Eilenberg-Mac Lane
space for the group G=GL(4,3) of 4×4 matrices over the field of
three elements (of order 24261120) has fourth homotopy group pi<sub>4</sub>Y
= Z<sub>2</sub> . <br>
</li>
<li>The free nilpotent Lie algebra A of class two on four
generators, over
the ring of integers Z, has 3-dimensional Leibniz homology HL<sub>3</sub>(A,Z)=(Z<sub>2</sub>)<sup>8</sup>
+ (Z<sub>6</sub>)<sup>16 </sup>+Z<sup>176</sup> .</li>
<li>The group presentation P = <x,y,z,a,b,c, | a=xy,
b=yz, c=zx, ax=ya, by=zb, cz=xc > is aspherical.</li>
<li>The 3-dimensional module M over the field F of two
elements, arising from the canonical left action of the group G=Syl<sub>2</sub>(GL<sub>3</sub>(2))
of 3×3 matrices (of order 8), has a 6-dimensional fifth Ext
module Ext<sup>5</sup><sub>FG</sub>(M,F)=F<sup>6</sup>.</li>
<li>The 3-dimensional integral homology of the
homotopy 2-type X represented by the automorphism crossed module D<sub>16</sub>
--> Aut(D<sub>16</sub>) is H<sub>3</sub>(X,Z)=Z<sub>2</sub>+Z<sub>2</sub>+Z<sub>4</sub>.
<br>
</li>
</ul>
The following commands yield these seven calculations.<br>
</td>
</tr>
<tr>
<td style="vertical-align: top; background-color: rgb(255, 255, 204);">gap>
PoincareSeriesPrimePart(MathieuGroup(11),2,14);<br>
(x^4-x^3+x^2-x+1)/(x^6-x^5+x^4-2*x^3+x^2-x+1)<br>
<br>
gap> H:=ModPCohomologyGenerators(DihedralGroup(64),30);;<br>
gap> List(H[1], H[2]);<br>
[ 0, 1, 1, 2 ]<br>
<br>
gap>
A:=MatLieAlgebra(Integers,3);;<br>
gap> LieAlgebraHomology(A,5);<br>
[ 2, 2, 2, 2, 2, 2, 2, 2, 0 ]<br>
<br>
gap> F:=FreeGroup(4);;G:=NilpotentQuotient(F,2);;<br>
gap> ThirdHomotopyGroupOfSuspensionB(G);<br>
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0,<br>
0, 0, 0, 0, 0 ]<br>
<br>
gap> G:=Image(IsomorphismPermGroup(GL(4,3)));;<br>
gap> NonabelianSymmetricKernel_alt(G);<br>
[ [ ], [ 2 ] ]<br>
<br>
gap> F:=FreeGroup(4);;G:=NilpotentQuotient(F,2);;<br>
gap> L:=LowerCentralSeriesLieAlgebra(G);;<br>
gap> LeibnizAlgebraHomology(L,3);<br>
[ 2, 2, 2, 2, 2, 2, 2, 2, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
6, 0,<br>
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0,<br>
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0,<br>
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0,<br>
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0,<br>
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0,<br>
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0,<br>
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0 ]<br>
<br>
gap>
F:=FreeGroup(6);;x:=F.1;;y:=F.2;;z:=F.3;;a:=F.4;;b:=F.5;;c:=F.6;;<br>
gap> rels:=[a^-1*x*y, b^-1*y*z, c^-1*z*x, a*x*(y*a)^-1,
b*y*(z*b)^-1, c*z*(x*c)^-1];;<br>
gap> IsAspherical(F,rels);;<br>
Presentation is aspherical.<br>
<br>
gap> M:=GModuleByMats(GeneratorsOfGroup(SylowSubgroup(GL(3,2),2)),GF(2));;<br>
gap> R:=ResolutionFpGModule(DesuspensionMtxModule(M),5);;<br>
gap> Cohomology(HomToIntegersModP(R,2),4);<br>
6<br>
<br>
gap>
C:=AutomorphismGroupAsCatOneGroup(DihedralGroup(32));;<br>
gap> N:=NerveOfCatOneGroup(C,4);;<br>
gap>
K:=ChainComplexOfSimplicialGroup(N);;<br>
gap> Homology(K,3);<br>
[ 2, 2, 4 ]<br>
</td>
</tr>
<tr>
<tdstyle="vertical-align: top;"><br>
<tablestyle="width: 100%; text-align: left;" border="0"
cellpadding="2" cellspacing="2">
<tbody>
<tr>
<tdstyle="text-align: left; vertical-align: top;">
<br>
</td>
<tdstyle="text-align: center; vertical-align: top;"><a
href="aboutContents.html">Contents</a><br>
</td>
<tdstyle="text-align: right; vertical-align: top;"><a
href="aboutDefinitions.html">Next page</a></td>
</tr>
</tbody>
</table>
<br>
</td>
</tr>
</tbody>
</table>
<br>
<br>
</body>
</html>
Messung V0.5
¤ Dauer der Verarbeitung: 0.3 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.