Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/svgio/qa/cppunit/data/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 555 B image not shown  

Quelle  ProjSubfield3.tst   Sprache: unbekannt

 
gap> h := GL(3,3^2);;
gap> x := PseudoRandom(GL(3,3^4));;
gap> gens := List(GeneratorsOfGroup(h),y->y^x);;
gap> gens[1] := gens[1] * Z(3^4);;
gap> gens[2] := gens[2] * Z(3^4)^17;;
gap> g := GroupWithGenerators(gens);;

# Remark: The *4 comes from the fact that by blowing up we lose a factor
#         of 4 in scalars, they are now in the projective group.
gap> level := InfoLevel(InfoOrb);;
gap> SetInfoLevel(InfoOrb, 0);;
gap> ri := RECOG.TestGroup(g,true,Size(PGL(3,3^2)));;
gap> SetInfoLevel(InfoOrb, level);;

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]