Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/parser/html/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 20 kB image not shown  

Quelle  examples_embedfieldreduction.g   Sprache: unbekannt

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

# embedding by field reduction
pg1 := PG(1,3^2);
pg2 := PG(3,3);
em := NaturalEmbeddingByFieldReduction(pg1,pg2);
spread := List(Points(pg1),x->x^em);
Union(List(spread,x->List(Points(x))))=Set(Points(pg2));
ps1 := HermitianPolarSpace(3,3^2);
ps2 := HyperbolicQuadric(7,3);
em := NaturalEmbeddingByFieldReduction(ps1,ps2);
spread := List(Points(ps1),x->x^em);;
Union(List(spread,x->List(Points(x))))=Set(Points(ps2));
quit;

[Dauer der Verarbeitung: 0.13 Sekunden, vorverarbeitet 2026-04-29]