Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/aclib/tst/   (GAP Algebra Version 4.15.1©)  Datei vom 28.7.2025 mit Größe 2 kB image not shown  

Quelle  manual.example-3.tst   Sprache: unbekannt

 
Spracherkennung für: .tst vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

gap> START_TEST("");
gap> G := AlmostCrystallographicGroup( 450, [ 1, -412 ] );
<matrix group of size infinity with 5 generators>
gap> DimensionOfMatrixGroup( G );
5
gap> FieldOfMatrixGroup( G );
Rationals
gap> GeneratorsOfGroup( G );
[ [ [ 10, -1/200 ], [ 01001 ], [ 00100 ], 
      [ 00010 ], [ 00001 ] ], 
  [ [ 11/2000 ], [ 01000 ], [ 00101 ], 
      [ 00010 ], [ 00001 ] ], 
  [ [ 10000 ], [ 01000 ], [ 00100 ], 
      [ 00011 ], [ 00001 ] ], 
  [ [ 10001 ], [ 01000 ], [ 00100 ], 
      [ 00010 ], [ 00001 ] ], 
  [ [ 1, -4101/2 ], [ 00, -100 ], [ 01000 ], 
      [ 00011/4 ], [ 00001 ] ] ]
gap> G.1;
[ [ 10, -1/200 ], [ 01001 ], [ 00100 ], 
  [ 00010 ], [ 00001 ] ]
gap> ACDim4Types[50];
"076"
gap> ACDim4Param[50];
4
gap> G := AlmostCrystallographicPcpGroup( 450, [ 1, -412 ] );
Pcp-group with orders [ 40000 ]
gap> Cgs(G);
[ g1, g2, g3, g4, g5 ]
gap> F := FittingSubgroup( G );
Pcp-group with orders [ 0000 ]
gap> Centre(F);
Pcp-group with orders [ 00 ]
gap> LowerCentralSeries(F);
[ Pcp-group with orders [ 0000 ], Pcp-group with orders [ 0 ], 
  Pcp-group with orders [  ] ]
gap> UpperCentralSeries(F);
[ Pcp-group with orders [ 0000 ], Pcp-group with orders [ 00 ], 
  Pcp-group with orders [  ] ]
gap> MinimalGeneratingSet(F);
[ g2, g3, g4 ]
gap> H := HolonomyGroup( G );
Pcp-group with orders [ 4 ]
gap> hom := NaturalHomomorphismOnHolonomyGroup( G );
[ g1, g2, g3, g4, g5 ] -> [ g1, id, id, id, id ]
gap> U := Subgroup( H, [Pcp(H)[1]^2] );
Pcp-group with orders [ 2 ]
gap> PreImage( hom, U );
Pcp-group with orders [ 20000 ]
gap> Reset(GlobalMersenneTwister,1);;
gap> G := AlmostCrystallographicGroup( 470, false );
<matrix group of size infinity with 5 generators>
gap> IsAlmostCrystallographic(G);
true
gap> AlmostCrystallographicInfo(G);
rec( dim := 4, param := [ -32, -1, -2, -1 ], type := 70 )
gap> G := AlmostCrystallographicPcpGroup( 470, false );
Pcp-group with orders [ 60000 ]
gap> IsAlmostCrystallographic(G);
true
gap> AlmostCrystallographicInfo(G);
rec( dim := 4, param := [ -11, -410 ], type := 70 )
gap> ACDim3Funcs[15];
function( k1, k2, k3, k4 ) ... end
gap> ACDim3Funcs[15](1,1,1,1);
<matrix group with 5 generators>
gap> ACPcpDim3Funcs[1](1);
Pcp-group with orders [ 000 ]
gap> G:=AlmostCrystallographicDim4("013",[8,0,1,0,1,0]);
<matrix group of size infinity with 6 generators>
gap> G.5;
[ [ 14001/2 ], [ 0, -1000 ], [ 00100 ], 
  [ 000, -11/2 ], [ 00001 ] ]
gap> G.6;
[ [ 18001/2 ], [ 0, -1000 ], [ 00, -100 ], 
  [ 000, -10 ], [ 00001 ] ]

#
gap> STOP_TEST( "" ,1);

[Dauer der Verarbeitung: 0.13 Sekunden, vorverarbeitet 2026-06-18]