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

Quelle  smlgp7.tst   Sprache: unbekannt

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

#
gap> l := [ 33535257833307870328116460798479456618943,
6730997115267391609024141099623112918911448961189481,
1260533163248517057461814579186787519092922219660,
2317943246280125597542570152260193826683862675753,
2715942274189227838962810670292386930240013187219,
3220897323215633418223491758353102635504523656502,
3898772391434339826883995085423758443007774497648,
4502893452834545335924782825488656049554294978650,
5008902510386055106585527707614151963024706427343,
6483273665457266587326913224696250471318107219037,
7247687734402674282287556533756123777043557750449,
7792053790808780267458149914848676484978188608616,
8768131878226989209669006881913708292237189778058,
979292999620781001619210309537103142981033495010445707,
10465791 ];;
gap> gs := List(l, x -> SmallGroup(512, x));;
gap> Length(gs) = Length(l);
true

#
gap> List([2,3,4,5,6], x -> CodePcGroup(OneSmallGroup(128,Rank,x)));
35511468552112486606852254033733550151223391986483917448304643
  134217729 ]

#
gap> for i in [1..100] do
>   n:=Random(1, NrSmallGroups(512));
>   G:=SmallGroup(512,n);
>   id:=IdStandardPresented512Group(G);
>   if id <> [512,n] then Error("IdStandardPresented512Group failed for ", n); fi;
> od;

#

[Dauer der Verarbeitung: 0.19 Sekunden, vorverarbeitet 2026-06-05]