Rename *ll* and *ul* to ll and ul in in-interval
[maxima.git] / share / contrib / Grobner / README
blobdb5441b57ded88c96f6b1e04f868fd0143b18a01
1 Dear User:
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:
8 (load "grobner.lisp")
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
14 type:
16 demo("grobner.demo");
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.
33 Enjoy.
34 --Marek Rychlik
36 5-24-2002
38 E-mail: rychlik@u.arizona.edu
39 URL: http://alamos.math.arizona.edu