CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

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

Views: 418346
#############################################################################
##
#W  affine-extra-si.gd            
#W                          Manuel Delgado <[email protected]>
#W                          Pedro Garcia-Sanchez <[email protected]>
##
#Y  Copyright 2015-- Centro de Matemática da Universidade do Porto, Portugal and Universidad de Granada, Spain
#############################################################################
###############################################################################
#F BettiElementsOfAffineSemigroup
# Computes the Betti elements of the affine semigroup a
###########################################################################
#DeclareGlobalFunction("BettiElementsOfAffineSemigroup");
#Moved to affine.gd

###############################################################################
#F MinimalPresentationOfAffineSemigroup
# Computes a minimal presentation of the affine semigroup a
###########################################################################
#DeclareGlobalFunction("MinimalPresentationOfAffineSemigroup");
#Moved to affine.gd

###############################################################################
#F CatenaryDegreeOfAffineSemigroup
# Computes the catenary degree of the affine semigroup a
###########################################################################
#DeclareGlobalFunction("CatenaryDegreeOfAffineSemigroup");
#Moved to affine.gd