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( "RingsForHomalg" ); Qt := HomalgFieldOfRationalsInDefaultCAS( "a,b,c" ) * "t"; A1 := RingOfDerivations( Qt, "D" ); Rskl := HomalgMatrix( "[ \ D^3 + a * D^2 + b * D + c \ ]", 1, 1, A1 ); Rsys := HomalgMatrix( "[ \ D, -1, 0, \ 0, D, -1, \ c, b, a+D \ ]", 3, 3, A1 ); LoadPackage( "Modules" ); Mskl := LeftPresentation( Rskl ); Msys := LeftPresentation( Rsys ); alpha := HomalgMatrix( "[ 1, 0, 0 ]", 1, 3, A1 ); alpha := HomalgMap( alpha, Mskl, Msys ); delta := HomalgMatrix( "[ D ]", 1, 1, A1 ); delta := HomalgMap( delta, Mskl );