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############################################################################# ## ## LocalizeRingForHomalg.gd LocalizeRingForHomalg package ## ## Copyright 2013, Mohamed Barakat, University of Kaiserslautern ## Markus Lange-Hegermann, RWTH-Aachen University ## Vinay Wagh, Indian Institute of Technology Guwahati ## ## Declaration stuff for LocalizeRingForHomalg. ## ############################################################################# # our info class: DeclareInfoClass( "InfoLocalizeRingForHomalg" ); SetInfoLevel( InfoLocalizeRingForHomalg, 1 ); # a central place for configurations: DeclareGlobalVariable( "HOMALG_LOCALIZE_RING" ); ## DeclareGlobalVariable( "CommonHomalgTableForLocalizedRings" ); ## DeclareGlobalVariable( "CommonHomalgTableForLocalizedRingsAtPrimeIdeals" );