Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
| Download
GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
Project: cocalc-sagemath-dev-slelievre
Views: 418346gap> START_TEST("HAP library"); gap> A:=List([1..10],i->1);; gap> A:=List([1..10],i->StructuralCopy(A));; gap> A:=List([1..10],i->StructuralCopy(A));; gap> A[5][5][5]:=0;; gap> M:=PurePermutahedralComplex(A);; gap> Size(M); 999 gap> Y:=RegularCWComplex(M);; gap> Size(Flat(Y!.boundaries)); 125360 gap> STOP_TEST( "tst.tst", 1000 );