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

Quelle  subgeometries_randomframe.include   Sprache: unbekannt

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

gap> pg := PG(1,5^5);
ProjectiveSpace(13125)
gap> frame := RandomFrameOfProjectiveSpace(pg);
[ <a point in ProjectiveSpace(13125)>, <a point in ProjectiveSpace(13125)>
    , <a point in ProjectiveSpace(13125)> ]
gap> Length(frame);
3
gap> pg := PG(6,2^2);
ProjectiveSpace(64)
gap> frame := RandomFrameOfProjectiveSpace(pg);
[ <a point in ProjectiveSpace(64)>, <a point in ProjectiveSpace(64)>, 
  <a point in ProjectiveSpace(64)>, <a point in ProjectiveSpace(64)>, 
  <a point in ProjectiveSpace(64)>, <a point in ProjectiveSpace(64)>, 
  <a point in ProjectiveSpace(64)>, <a point in ProjectiveSpace(64)> ]
gap> Length(frame);
8

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