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

Quelle  primgrp01.tst   Sprache: unbekannt

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

# PrimGrp, chapter 1
#
# DO NOT EDIT THIS FILE - EDIT EXAMPLES IN THE SOURCE INSTEAD!
#
# This file has been generated by AutoDoc. It contains examples extracted from
# the package documentation. Each example is preceded by a comment which gives
# the name of a GAPDoc XML file and a line range from which the example were
# taken. Note that the XML file in turn may have been generated by AutoDoc
# from some other input.
#
gap> START_TEST("primgrp01.tst");

# doc/../lib/primitiv.gd:140-151
gap> NrPrimitiveGroups(25);
28
gap> PrimitiveGroup(25,19);
5^2:((Q(8):3)'4)
gap> PrimitiveGroup(25,20);
ASL(25)
gap> PrimitiveGroup(25,22);
AGL(25)
gap> PrimitiveGroup(25,23);
(A(5) x A(5)):2

# doc/prim.xml:35-43
gap> COHORTS_PRIMITIVE_GROUPS[49];
[ [ rec( parameter := 7, series := "Z", width := 2 ), 
      [ 12345678910111213141516171819
          2021222324252627282930313233 ] ], 
  [ rec( parameter := [ 27 ], series := "L", width := 2 ), [ 34 ] ], 
  [ rec( parameter := 7, series := "A", width := 2 ), [ 35363738 ] ], 
  [ rec( parameter := 49, series := "A", width := 1 ), [ 3940 ] ] ]

# doc/../lib/primitiv.gd:317-320
gap> PrimitiveIdentification(Group((1,2),(1,2,3)));
2

# doc/../lib/primitiv.gd:251-256
gap> g:=PrimitiveGroup(25,2);
5^2:S(3)
gap> SimsNo(g);
3

#
gap> STOP_TEST("primgrp01.tst", 1);

[Dauer der Verarbeitung: 0.17 Sekunden, vorverarbeitet 2026-06-26]