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

Quelle  stab_orbs_stabofsubspace.g   Sprache: unbekannt

 
# Stabilisers of subspaces, superfast!
pg:=ProjectiveSpace(5,9);            
sub:=RandomSubspace(pg,2);     
coll:=StabiliserGroupOfSubspace(sub); time;                                
computed:=FiningStabiliserOrb(CollineationGroup(pg),sub); 
time;
coll = computed;
proj:=ProjectiveStabiliserGroupOfSubspace(sub); 
time;
FiningStabiliserOrb(ProjectivityGroup(pg),sub)=proj; 
time;      
specproj:=SpecialProjectiveStabiliserGroupOfSubspace(sub); 
time;
specproj = FiningStabiliserOrb(SpecialProjectivityGroup(pg),sub); 
time;
quit;

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]