Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/hap/tutorial/tutex/   (GAP Algebra Version 4.15.1©)  Datei vom 19.6.2025 mit Größe 1 kB image not shown  

Quelle  12.31.txt

  Sprache: Text
 

gap> A1:= [ [1,2], [3,4], [5,6] ];;
gap> A2:=[ [1,2], [3,5], [4,6] ];;
gap> A3:=[ [1,4], [2,6], [3,5] ];;
gap> D8:=DihedralGroup(IsPermGroup,8);;

gap> NonManifolds:=[];;
gap> for A in [A1,A2,A3] do
> for x in D8 do
> for y in D8 do
> for z in D8 do
> G:=[x,y,z];
> F:=PoincareCubeCWComplex(A,G);
> b:=IsClosedManifold(F);
> if b=false then Add(NonManifolds,F); fi;
> od;od;od;od;

gap> D:=Classify(NonManifolds,inv3); #See above for inv3
gap> D:=List(D,x->x[1]);;
gap> Size(D);
367

gap> M:=List(D,ThreeManifoldWithBoundary);;
gap> C:=Classify(M,invariant1);; #See above for invariant1       
gap> List(C,Size);
3313318217613512115111113522615
  17232141731258414 ]

gap> inv5:=function(m)                       
> local B;
> B:=BoundaryOfPureRegularCWComplex(m);;
> return invariant1(B);
> end;;

gap> CC:=RefineClassification(C,inv5);;
gap> List(CC,Size);
25535442111347364151151134
  6401211145312741141110226933
  2152321417211471483114 ]

gap> CC:=RefineClassification(CC,invariant2);;
gap> List(CC,Size);                              
111111111111111111111111
  111111111221311212142323
  4321132431151131111331421
  223334424444121111111111
  111111311121111111111111
  111123431232343322112112
  11121111111121052321417111
  1452914713114 ]
gap> Length(CC);
180

¤ Dauer der Verarbeitung: 0.23 Sekunden  (vorverarbeitet am  2026-07-01) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.