3 This archive contains 2 files which provide Grobner basis support for the
4 free computer algebra system Maxima. In order to use the package, start your
5 Maxima and put it in the lisp mode (on most systems, CTRL-C will do this),
6 and execute the following commands:
9 (compile-file "grobner.lisp" :load t)
12 The file grobner.demo is a Macsyma-style demo file for most of the operations
13 provided by the package. In order to run it, go to the Maxima level and
20 batch("grobner.demo");
22 and watch the demonstration.
24 Maxima documentation for this package has not been written yet, but
25 there is a sizable amount of documentation in the LISP source.
28 The file grobner.lisp was constructed by a semi-automatic
29 process from the sources of a package CGBlisp, version 2 also authored by
30 me, which will eventually be released at my Web site (see below).
31 An older version of CGBlisp is available at the Web site.
38 E-mail: rychlik@u.arizona.edu
39 URL: http://alamos.math.arizona.edu