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

Quelle  web_embedding.include   Sprache: unbekannt

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

gap> w3 := SymplecticSpace(3,3);
W(33)
gap> w5 := SymplecticSpace(5,3);
W(53)
gap> pg := AmbientSpace(w5);
PG(53)
gap> iter := Iterator(ElementsOfIncidenceStructure(pg,4));
<iterator>
gap> perp := PolarityOfProjectiveSpace(w5);
<polarity of PG(5, GF(3)), < immutable compressed matrix 6x6 over GF(
3) >, F^0 >
gap> solid := NextIterator(iter);
<a solid in PG(53)>
gap> em := NaturalEmbeddingBySubspace(w3,w5,solid);
<geometry morphism from <Elements of W(33)> to <Elements of W(53)>>
gap> points := Points(w3);
<points of W(33)>
gap> points2 := ImagesSet(em,AsSet(points));;
#I  Computing nice monomorphism...
gap> ForAll(points2,x -> x in solid);
true

[Dauer der Verarbeitung: 0.16 Sekunden, vorverarbeitet 2026-06-17]