Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  aboutExtensions.html   Sprache: HTML

 
 products/sources/formale Sprachen/GAP/pkg/hap/www/SideLinks/About/aboutExtensions.html


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
  <title>AboutHap</title>
</head>
<body
 style="color: rgb(0, 0, 153); background-color: rgb(204, 255, 255);"
 alink="#000066" link="#000066" vlink="#000066">
<br>
<table
 style="text-align: left; margin-left: auto; margin-right: auto; color: rgb(0, 0, 102);"
 border="0" cellpadding="20" cellspacing="10">
  <tbody>
    <tr align="center">
      <th style="vertical-align: top;">
      <table style="width: 100%; text-align: left;" cellpadding="2"
 cellspacing="2">
        <tbody>
          <tr>
            <td style="vertical-align: top;"><a href="aboutquasi.html"><small
 style="color: rgb(0, 0, 102);">Previous</small></a><br>
            </td>
            <td
 style="text-align: center; vertical-align: top; color: rgb(0, 0, 102);"><big><span
 style="font-weight: bold;">About HAP: Resolutions For Extensions<br>
            </span></big></td>
            <td style="text-align: right; vertical-align: top;"><a
 href="aboutArithmetic.html"><small style="color: rgb(0, 0, 102);">next</small></a><br>
            </td>
          </tr>
        </tbody>
      </table>
      <big><span style="font-weight: bold;"></span></big><br>
      </th>
    </tr>
    <tr>
      <td
 style="vertical-align: top; background-color: rgb(255, 255, 255);">Consider
a direct product of groups E=N×G. Given a free ZN-resolution R of
Z, and a free ZG-resolution S of Z, one can construct a free
ZE-resolution of Z by forming a tensor product of resolutions
R(×)S. This is a special case of a result by Eilenberg and
Zilber. In dimension n the tensor product has free generators
e(×)f  for each i-dimensional generator e in R and each
j-dimensional generator f in S with i+j=n. The boundary homomorphism in
the tensor product is described by an explicit formula involving just
the
boundaries of R and S.<br>
      <br>
The following commands use this tensor product to show that the direct
product A<sub>5</sub>×S<sub>5 </sub>of the alternating group of
degree 5 with the symmetric group of degree 5 has  6-dimensional
integral homology H<sub>6</sub>(A<sub>5</sub>×S<sub>5</sub>,Z)=(Z<sub>2</sub>)<sup>10</sup>
+Z<sub>6</sub> .<br>
      </td>
    </tr>
    <tr>
      <td
 style="vertical-align: top; background-color: rgb(255, 255, 204);">gap>
R:=ResolutionFiniteGroup(AlternatingGroup(5),7);;<br>
gap> S:=ResolutionFiniteGroup(SymmetricGroup(5),7);;<br>
gap> RS:=ResolutionDirectProduct(R,S);;<br>
gap> TRS:=TensorWithIntegers(RS);;<br>
gap> Homology(TRS,6);<br>
[ 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 6 ]<br>
      </td>
    </tr>
    <tr>
      <td
 style="vertical-align: top; background-color: rgb(255, 255, 255);">The
tensor product of resolutions can be used to construct a (minimal)
resolution for any abelian group. For instance, the following commands
confirm the well-known fact that the free abelian group Z<sup>5</sup>
of rank 5 has H<sub>4</sub>(Z<sup>5</sup>,Z) = Z<sup>5</sup>. <br>
      </td>
    </tr>
    <tr>
      <td
 style="vertical-align: top; background-color: rgb(255, 255, 204);">gap>
R:=ResolutionAbelianGroup([0,0,0,0,0],5);;<br>
gap> TR:=TensorWithIntegers(R);;<br>
gap> Homology(TR,4);<br>
[ 0, 0, 0, 0, 0 ]<br>
      </td>
    </tr>
    <tr>
      <td
 style="vertical-align: top; background-color: rgb(255, 255, 255); text-align: left;">Consider
now the more general situation of a short exact sequence 1 → N
→ E → G → 1. In [C.T.C. Wall, "Resolutions for
extensions of groups", Proc. Cambridge Philos. Soc, 57 (1961), 251-255]
it was shown that in this case too there exists a free ZE-resolution
with the same number of generators as in the tensor product
R(×)S. The boundary homomorphism in the resolution is generally
more complicated than that in the tensor product. <br>
      <br>
A number
of related results have been discovered and studied by various people
under the
general name of Perturbation Theory. One variation of Wall's result is
given in [G. Ellis, J. Harris &
E. Sköldberg, "Polytopal resolutions for finite groups", J. Reine
Angewandte Math.]. It concerns the more general case where N
is not necessarily normal in G and also provides explicit formulae for
the boundary in the "twisted tensor product". These formulae involve,
in addition to the boundaries of R and S, a <span
 style="font-style: italic;">contracting homotopy</span
on R (by which <span style="font-style: italic;"></span>we mean a
family of abelian group homomorphisms h<sub>n</sub>:R<sub>n</sub>→R<sub>n+1
      </sub>related to the boundary homomorphisms d<sub>n</sub>:R<sub>n</sub>→R<sub>n-1 
      </sub>via the formula d<sub>n</sub>h<sub>n-1</sub>d<sub>n</sub>=d<sub>n</sub>).
Formulae are also given for a contracting homotopy on the twisted
tensor product itself. These formulae can be used to build resolutions
and
compute homology, as
the following commands illustrate.<br>
      </td>
    </tr>
    <tr>
      <td
 style="background-color: rgb(255, 255, 204); vertical-align: top;">gap> 
P:=SylowSubgroup(MathieuGroup(23),2);; gens:=GeneratorsOfGroup(P);;<br>
      <br>
gap>  gensP:=[gens[4], gens[6], gens[2]];;
Order(P)=Order(Group(gensP));<br>
true<br>
      <br>
gap> 
hom:=NaturalHomomorphismByNormalSubgroup(P,LowerCentralSeries(P)[3]);;<br>
      <br>
gap>  gensG:=List(GensP,x->Image(hom,x));; <br>
      <br>
gap>  S:=ResolutionfFiniteGroup(gensG,6);;<br>
      <br>
gap>  R:=ResolutionFiniteExtension(gensP,gensG,S,6);;<br>
      <br>
gap> TR:=TensorWithIntegers(R);;<br>
      <br>
gap>  Homology(TR,5);<br>
[ 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2 ]<br>
      </td>
    </tr>
    <tr>
      <td
 style="background-color: rgb(255, 255, 255); vertical-align: top;">The
function <span style="font-family: helvetica,arial,sans-serif;">ResolutionFiniteExtension(gensE,gensG,S,n)
      </span>inputs generators
for the group E, the images of these generators in a quotient group G,
at least n terms of a ZG-resolution S and a positive integer n. It
outputs n terms of a ZE-resolution R. Thus the fifth integral homology
of
the Sylow 2-subgroup P of M<sub>23</sub> is H<sub>5</sub>(P,Z)=(Z<sub>2</sub>)<sup>14</sup>.<br>
      <br>
The drawback to this divide-and-conquer technique is that it tends to
substantially increase the number of generators in the resolution for
E. Nevertheless, in low dimensions is can be repeatedly applied to
large groups. One function for doing this is <span
 style="font-family: helvetica,arial,sans-serif;">ResolutionNormalSeries([L</span><sub
 style="font-family: helvetica,arial,sans-serif;">1</sub><span
 style="font-family: helvetica,arial,sans-serif;">,
... , L</span><sub style="font-family: helvetica,arial,sans-serif;">k</sub><span
 style="font-family: helvetica,arial,sans-serif;">],n)</span>. The
input is an integer n and a chain of
subgroups L<sub>1</sub> > L<sub>2</sub> > ... > L<sub>k</sub>
each of which is normal in L<sub>1</sub>. It outputs n terms of a
resolution for the group L<sub>1</sub>/L<sub>k</sub>.<br>
      <br>
The
following commands show that the biggest Mathieu Group M<sub>24</sub>
has Sylow
2-subgroup P with sixth mod 2 homology H<sub>6</sub>(P,Z<sub>2</sub>)=(Z<sub>2</sub>)<sup>143</sup>.<br>
      </td>
    </tr>
    <tr>
      <td
 style="background-color: rgb(255, 255, 204); vertical-align: top;">gap> 
P:=SylowSubgroup(MathieuGroup(24),2);;<br>
      <br>
gap>  R:=ResolutionNormalSeries(LowerCentraSeries(P),7);;<br>
      <br>
gap>  TR:=TensorWithIntegersModP(R,2);<br>
      <br>
gap>  Homology(R,6);<br>
143<br>
      </td>
    </tr>
    <tr>
      <td
 style="background-color: rgb(255, 255, 255); vertical-align: top;"><a
 name="Adem"></a>For
an example involving a matrix group consider the group K arising as the
kernel of the canonical homomorphism SL<sub>2</sub>(Z<sub>p<sup>3</sup></sub>)
--> SL<sub>2</sub>(Z<sub>p</sub>) with p an odd prime. This group
has order p<sup>6</sup> and exponent p<sup>2</sup>. It was show in
[J. Pakianathan, "Exponents and the cohomology of finite groups, Proc.
American Math. Soc., Vol. 128, No. 7 (1999), 1893-1897] that the
homology groups H<sub>n</sub>(K,Z) have
exponent less than or equal to p<sup>2</sup> for all but at most
finitely many n. In an earlier and longer paper [W. Browder & J.
Pakianathan,
"Cohomology of uniformly powerful p-groups", Trans. American Math.
Soc., Vol. 352, No. 6 (1999), 2659-2688] it had been proved that H<sub>3</sub>(K,Z)
has exponent p<sup>3</sup>. The group K is therefore an example of a
p-group for which the maximal exponent of the homology groups H<sub>n</sub>(K,Z)
occurs only finitely many times, thus disproving a conjecture of A.
Adem. <br>
      <br>
The exponent of the low dimensional homology groups H<sub>n</sub>(K,Z),
for say p=3, can be computed using the following commands. (A quick way
to construct K is as a maximal subgroup of the Sylow 3-subgroup of SL<sub>2</sub>(2,Z<sub>27</sub>).)
      </td>
    </tr>
    <tr>
      <td
 style="background-color: rgb(255, 255, 204); vertical-align: top;">gap> 
P:=SylowSubgroup(SL(2,Integers mod 27),3);;<br>
      <br>
gap>  K:=MaximalSubgroups(P)[2];<br>
<group of 2x2 matrices of size 729 in characteristic 27><br>
      <br>
gap>  L:=LowerCentralSeries(K);;<br>
      <br>
gap> 
R:=ResolutionNormalSeries([L[1],L[2],Group(Identity(K))],6);;<br>
      <br>
gap>  TR:=TensorWithIntegers(R);;<br>
      <br>
gap>  Homology(TR,1);<br>
[ 3, 3, 3 ]<br>
      <br>
gap>  Homology(TR,2);<br>
[3, 3, 3]<br>
      <br>
gap>  Homology(TR,3);<br>
[3, 3, 3, 3, 3, 3, 27]<br>
      <br>
gap>  Homology(TR,4);<br>
[ 3, 3, 3, 3, 3, 3, 3, 3 ]<br>
      <br>
gap>  Homology(TR,5);<br>
[ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 9, 9, 9 ]<br>
      </td>
    </tr>
    <tr>
      <td
 style="background-color: rgb(255, 255, 255); vertical-align: top;">The
following commands show that the finitely presented dihedral group D<sub>100</sub>
of order 200 has integral homology H<sub>99</sub>(D<sub>100</sub>,Z)=(Z<sub>2</sub>)<sup>50</sup>+Z<sub>100</sub>
in dimension 99.<br>
      </td>
    </tr>
    <tr>
      <td
 style="background-color: rgb(255, 255, 204); vertical-align: top;">gap> 
F:=FreeGroup(2);;x:=F.1;;y:=F.2;;   D:=F/[x^100,y^2,(x*y)^2];;<br>
      <br>
gap>  D_100:=Image(IsomorphismPermGroup(D));;<br>
      <br>
gap>  gens:=GeneratorsOfGroup(D_100);;<br>
      <br>
gap>  R:=ResolutionNormalSeries([gens, gens[1],
Identity(D_100)],100);;<br>
      <br>
gap>  TR:=TensorWithIntegers(R);;<br>
      <br>
gap>  Homology(R,99);<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, 2, 2, 2,
2, 2, 2, 2,<br>
  100 ]<br>
      </td>
    </tr>
    <tr>
      <td
 style="vertical-align: top; background-color: rgb(255, 255, 255);">The
Sylow 2-subgroup of the Symmetric group S<sub>20 </sub>has order 2<sup>18</sup>.
The following commands show that this group G has third homology H<sub>3</sub>(G,Z)
= (Z<sub>2</sub>)<sup>56</sup>+(Z<sub>4</sub>)<sup>7</sup>. </td>
    </tr>
    <tr>
      <td
 style="vertical-align: top; background-color: rgb(255, 255, 204);">gap> 
G:=SylowSubgroup(SymmetricGroup(20));;<br>
      <br>
gap>  R:=ResolutionNormalSeries(BigStepLCS(G,64),4);;<br>
      <br>
gap> TR:=TensorWithIntegers(R);;<br>
      <br>
gap>  Homology(R,3);<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, 2, 2, 2,
2, 2, 2, 2,<br>
  2, 2, 2, 2, 2, 2, 4, 4, 4, 4, 4, 4, 4 ]<br>
      </td>
    </tr>
    <tr>
      <td
 style="text-align: left; background-color: rgb(255, 255, 255); vertical-align: top;">Using
the function <span style="font-family: helvetica,arial,sans-serif;">TwistedTensorProduct()</span>
this divide-and-conquer technique
can be applied to any
group G with a subnormal series G=L<sub>1</sub> > L<sub>2</sub> >
... > L<sub>k </sub>. The only requirements are that we have
resolutions (with contracting homotopies) for the group L<sub>k</sub>
and for each quotient L<sub>i</sub>/L<sub>i+1</sub>. In particular,
resolutions for polycyclic groups can be
found using the function <span
 style="font-family: helvetica,arial,sans-serif;">ResolutionSubnormalSeries(L,n)</span>
      <span style="font-family: helvetica,arial,sans-serif;"></span>.<br>
      <br>
      <a name="Lambe"></a>The group G need not be finite. For example,
the following commands use
the divide-and-conquer technique to compute the
integral homology of the free nilpotent group G of class two on four
generators. The homology is trivial in dimensions greater than 10, and
there is 3-torsion in dimensions 4 and 5. This homology, and also that
of the free nilpotent group of class two on five generators, was first
calculated in [Larry Lambe, "Cohomology of principal G-bundles over a
torus when H<sup>*</sup>(BG,R) is polynomial",
 style="font-style: italic;">Bulletin Soc. Math. de Belgium, 38</span>
(1986), 247-264]. <br>
      <br>
(The integral cohomology ring structure for the free nilpotent group of
class two on three generators is investigated on a <a
 href="aboutCohomologyRings.html#rankthree">subsequent page</a>. )<span
 style="font-family: helvetica,arial,sans-serif;"></span><br>
      <br>
The group G is created using the GAP package "nq" by Werner Nickel.<br>
      </td>
    </tr>
    <tr>
      <td
 style="vertical-align: top; background-color: rgb(255, 255, 204);">gap>
F:=FreeGroup(4);;<br>
gap> G:=NilpotentQuotient(F,2);;<br>
      <br>
gap> R:=ResolutionNilpotentGroup(G,12);;<br>
gap> TR:=TensorWithIntegers(R);;<br>
gap> for n in [1..11] do<br>
> Print("Homology in dimension ", n," is \n",Homology(TR,n),"\n");<br>
> od;<br>
Homology in dimension 1 is<br>
[ 0, 0, 0, 0 ]<br>
Homology in dimension 2 is<br>
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]<br>
Homology in dimension 3 is<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 ]<br>
Homology in dimension 4 is<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>
Homology in dimension 5 is<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, 0, 0, 0, 0, 0, 0 ]<br>
Homology in dimension 6 is<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 ]<br>
Homology in dimension 7 is<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 ]<br>
Homology in dimension 8 is<br>
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]<br>
Homology in dimension 9 is<br>
[ 0, 0, 0, 0 ]<br>
Homology in dimension 10 is<br>
[ 0 ]<br>
Homology in dimension 11 is<br>
[  ]<br>
      </td>
    </tr>
    <tr>
      <td
 style="vertical-align: top; background-color: rgb(255, 255, 255);">By
contrast, the following commands show that the integral homology of the
free nilpotent group of class three on three generators has 2-torsion
in dimension 4. <br>
      </td>
    </tr>
    <tr>
      <td
 style="vertical-align: top; background-color: rgb(255, 255, 204);">gap>
F:=FreeGroup(3);;<br>
gap> G:=NilpotentQuotient(F,3);;<br>
      <br>
gap> R:=ResolutionNilpotentGroup(G,5);;<br>
gap> TR:=TensorWithIntegers(R);;<br>
gap> Homology(TR,4); time;<br>
[ 2, 2, 2, 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 ]<br>
46521881<br>
      </td>
    </tr>
    <tr>
      <td
 style="vertical-align: top; background-color: rgb(255, 255, 255);"><a
 name="time"></a>Note
the time taken by GAP's Smith Normal Form
algorithm to compute the homology in the last example! The 2-torsion
can be detected more quickly using the universal coefficient exact
sequence for a trivial ZG-module A (where (×) denotes the tensor
product over Z).<br>
      <br>
      <table
 style="width: 80%; text-align: left; margin-left: auto; margin-right: auto;"
 border="0" cellpadding="2" cellspacing="2">
        <tbody>
          <tr>
            <td
 style="text-align: center; vertical-align: top; background-color: rgb(204, 255, 255);"><br>

→  H<sub>n</sub>(G,Z) (×) A  → H<sub>n</sub>(G,A) 
→  Tor<sub>1</sub>(H<sub>n-1</sub>(G,Z),A)  →  1<br>
            <br>
            </td>
          </tr>
        </tbody>
      </table>
      <br>
The third integral homology of the group G is quickly calculated and
seen to be torsion free. So H<sub>4</sub>(G,A) is isomorphic to H<sub>4</sub>(G,Z)
(×) A. The following commands now establish
2-torsion in the fourth integral homology.<br>
      </td>
    </tr>
    <tr>
      <td
 style="vertical-align: top; background-color: rgb(255, 255, 204);">gap>
F:=FreeGroup(3);;<br>
gap> G:=NilpotentQuotient(F,3);;<br>
      <br>
gap> R:=ResolutionNilpotentGroup(G,5);;<br>
gap> TRrational:=TensorWithRationals(R);;<br>
gap> TRmod2:=TensorWithIntegersModP(R,2);;<br>
      <br>
gap> Homology(TRrational,4);time;<br>
171<br>
320702<br>
      <br>
gap> Homology(TRmod2,4);time;<br>
174<br>
36705<br>
      </td>
    </tr>
    <tr>
      <td
 style="vertical-align: top; background-color: rgb(255, 255, 255);">Some
of the
most interesting groups have no normal subgroup and so the above
techniques can't be applied to them. We need additional
techniques. <br>
      </td>
    </tr>
    <tr>
      <td style="vertical-align: top;">
      <table
 style="margin-left: auto; margin-right: auto; width: 100%; text-align: left;"
 border="0" cellpadding="2" cellspacing="2">
        <tbody>
          <tr>
            <td style="vertical-align: top;"><a
 style="color: rgb(0, 0, 102);" href="aboutquasi.html">Previous
Page</a><br>
            </td>
            <td style="text-align: center; vertical-align: top;"><a
 href="aboutContents.html"><span style="color: rgb(0, 0, 102);">Contents</span></a><br>
            </td>
            <td style="text-align: right; vertical-align: top;"><a
 href="aboutArithmetic.html"><span style="color: rgb(0, 0, 102);">Next
page</span><br>
            </a> </td>
          </tr>
        </tbody>
      </table>
      <a href="aboutTopology.html"><br>
      </a> </td>
    </tr>
  </tbody>
</table>
<br>
<br>
</body>
</html>

Messung V0.5
C=96 H=98 G=96

¤ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge