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( "GradedModules" ); Q := HomalgFieldOfRationalsInSingular(); Q := GradedRing( Q ); R := Q * "x_0..4"; S := Q * "y_0..4"; weights := [ [1,0],[1,0],[1,0],[1,1],[0,1] ]; deg_group := 2 * HOMALG_MATRICES.ZZ; weights := List( weights, i -> HomalgModuleElement( i, deg_group ) ); SetWeightsOfIndeterminates( R, weights ); SetWeightsOfIndeterminates( S, weights ); T := R * S; M := 1 * T / GradedLeftSubmodule( "x_0-y_0,x_1-y_1,x_2-y_2,x_3-y_3,x_4-y_4", T ); Resolution( M );