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: 418346############################################################################# ## ## Macaulay2.gd RingsForHomalg package Daniel Robertz ## ## Copyright 2007-2008 Lehrstuhl B für Mathematik, RWTH Aachen ## ## Declaration stuff for the external computer algebra system Macaulay2. ## ############################################################################# #################################### # # global variables: # #################################### DeclareGlobalVariable( "HOMALG_IO_Macaulay2" ); DeclareGlobalVariable( "Macaulay2Macros" ); #################################### # # global functions and operations: # #################################### DeclareGlobalFunction( "_Macaulay2_SetRing" ); DeclareGlobalFunction( "_Macaulay2_SetInvolution" ); DeclareGlobalFunction( "_Macaulay2_multiple_delete" ); DeclareGlobalFunction( "InitializeMacaulay2Macros" ); # constructor methods: DeclareGlobalFunction( "RingForHomalgInMacaulay2" ); DeclareGlobalFunction( "HomalgRingOfIntegersInMacaulay2" ); DeclareGlobalFunction( "HomalgFieldOfRationalsInMacaulay2" ); # basic operations: