Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/sco/examples/orbifolds/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 23.7.2023 mit Größe 535 B image not shown  

Quelle  MVp6m.g   Sprache: unbekannt

 
# S1 with C2-iso and V4, D6 and D12-points.

#  1 2 3
#    6 5
#      7

M:=[ [1,2], [1,6], [2,3], [3,5], [5,7], [6,7] ];

C2n := Group( (1,4)(2,3)(5,6) ); #north
C2e := Group( (2,6)(3,5) );      #east
C2sw := Group( (1,3)(4,6) );     #southwest

D12 := Group( (1,4)(2,3)(5,6), (1,3)(4,6) ); #north and southwest
D6 := Group( (2,6)(3,5), (1,3)(4,6) );       #east and southwest
V4 := Group( (1,4)(2,3)(5,6), (2,6)(3,5) ); #north and east

iso := rec( 1 := D12, 2 := C2n, 3 := V4, 5 := C2e, 6 := C2sw, 7 := D6 );

mu := [];

dim := 3;


[ Dauer der Verarbeitung: 0.2 Sekunden  (vorverarbeitet)  ]