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 487 B image not shown  

Quelle  examples_qclan.g   Sprache: unbekannt

 
## examples_qclan.g
f := GF(3);
id := IdentityMat(2, f);;
clan := List( f, t -> t*id );;
IsqClan( clan, f );
clan := qClan(clan, f);
egq := EGQByqClan( clan );
elations := ElationGroup( egq );
points := Points( egq );
p := Random(points);
x := Random(elations);
OnKantorFamily(p,x);
orbs := Orbits( elations, points, OnKantorFamily);;
Collected(List( orbs, Size ));
blt := BLTSetByqClan( clan );
q4q := AmbientGeometry( blt[1] );
span := Span( blt );
ProjectiveDimension( span ); 
quit;

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]