The algebraic module SEGRE extends (and requires) CALI [H.-G. Gräbe: CALI - A REDUCE package for commutative algebra, Version 2.2.1 (1995). Available through the REDUCE library redlib@rand.org] and provides convenient procedures for calculations in multiplicity theory, intersection theory, and singularity theory. Based on a procedure for the computation of the leading coefficients of Hilbert polynomials of multigraded rings, it contains procedures for the calculation of
If you want to use the script SEGRE, you will need the computer algebra system REDUCE, which is freely available for many platforms. Click here to download Reduce from SOURCEFORGE. CALI and its user documentation cali.tex are included in the REDUCE distribution. Download segre.red (version from October 13, 2017) in the working directory of REDUCE, compile it and load it as a package. The commands in a REDUCE session (running as "Run as Administrator") are:
faslout "segre"$
in "segre.red"$
faslend$
% Then in order to use SEGRE, it must be loaded:
load_package segre;
Alternatively, you can simply read in segre.red:
in "c:\scripts\segre.red"$
Here it is assumed that you have saved segre.red in the
directory scripts on c.
The script SEGRE has been written for my private use only, and so it lacks of
a manual. But you have at least a minimum of help by the help()
function of SEGRE. Typing
help();
lists all functions or procedures of CALI and SEGRE and
help(b);
all procedures beginning with "b": bettinumbers blowup bin bavula.
The command
help(blowup);
gives then a short description of the procedure blowup, which in the case of
CALI commands has been taken from H.-G. Gräbe's file cali.tex.
We provide the script SEGRE and four sample sessions, demonstrating and testing the facilities of SEGRE:
This script is still under (sporadic) development, and feedback is welcome.