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: 418346LoadPackage( "Modules" ); ZZ := HomalgRingOfIntegers( ); C0 := HomalgComplex( 2 * ZZ ); Add( C0, HomalgMatrix( "[ -1, 0, 0, -1, 2, 0, 0, 12 ]", 4, 2, ZZ ) ); C1 := HomalgComplex( 0 * ZZ ); Add( C1, 3 * ZZ ); cm := HomalgChainMorphism( HomalgZeroMatrix( 2, 0, ZZ ), C0, C1 ); Add( cm, HomalgMatrix( "[ 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 ]", 4, 3, ZZ ) ); C := HomalgCocomplex( cm ); Assert( 0, IsComplex( C ) ); BC := HomalgBicomplex( C ); tBC := TransposedBicomplex( BC );