Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/fining/examples/include/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 27.6.2023 mit Größe 504 B image not shown  

Quelle  projgroups_cancompute.include   Sprache: unbekannt

 
gap> NiceMonomorphism(CollineationGroup(ProjectiveSpace(7,8)));
Error, action on projective points not feasible to calculate called from
<function "unknown">( <arguments> )
 called from read-eval loop at line 8 of *stdin*
you can 'quit;' to quit to outer loop, or
you can 'return;' to continue
brk> quit;
gap> FINING.LimitForCanComputeActionOnPoints := 3*10^6;
3000000
gap> NiceMonomorphism(CollineationGroup(ProjectiveSpace(7,8)));
<action isomorphism>
gap> time;
39619

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]