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

Quelle  web_ovoidq63.g   Sprache: unbekannt

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

# spreads of W(5,3)
id := IdentityMat(7,GF(3));;
form := QuadraticFormByMatrix(id,GF(3));
ps := PolarSpace(form);
psl32 := PSL(3,2);
reps:=[[1,1,1,0,0,0,0],[-1,1,1,0,0,0,0],
[1,-1,1,0,0,0,0],[1,1,-1,0,0,0,0]]*Z(3)^0;
ovoid := Union(List(reps,x -> Orbit(psl32,x,Permuted)));;
ovoid := List(ovoid,x -> VectorSpaceToElement(ps,x));;
planes := AsList(Planes(ps));;
ForAll(planes,p -> Number(ovoid,x -> x in p) = 1);
g := IsometryGroup(ps);
points := AsList(Points(ps));;
hom := ActionHomomorphism(g,points,OnPoints);
omega := HomeEnumerator(UnderlyingExternalSet(hom));;
imgs := Filtered([1..Size(omega)],x -> omega[x] in ovoid);;
stab := Stabilizer(Image(hom),imgs,OnSets);
stabovoid := PreImage(hom,stab);
DisplayCompositionSeries(stabovoid);
OrbitLengths(stabovoid,ovoid,OnPoints);
IsTransitive(stabovoid,ovoid,OnPoints);
quit;

[ Dauer der Verarbeitung: 0.41 Sekunden  ]