1 | Dear User:
|
---|
2 |
|
---|
3 | This archive contains files which provide Grobner basis support for the
|
---|
4 | free computer algebra system Maxima. In order to use the package,
|
---|
5 | 1. Copy the files in this directory to your favorite location;
|
---|
6 | or better, checkout the contents of this repository with SVN.
|
---|
7 | 2. Edit the file "grobner.mac" to modify the location of the Lisp
|
---|
8 | files, to reflect your choice made in previous step.
|
---|
9 | 3. Start your Maxima and load the file "grobner.mac"
|
---|
10 | 4. Optionally, compile the Lisp files, so that the next file
|
---|
11 | you load "grobner.mac", the compiled (.fasl) versions of
|
---|
12 | the files will be loaded.
|
---|
13 |
|
---|
14 | This version has been verified to work under this Maxima version:
|
---|
15 | ----------------------------------------------------------------
|
---|
16 | Maxima 5.34.1 http://maxima.sourceforge.net
|
---|
17 | using Lisp SBCL 1.2.4-1.fc21
|
---|
18 | ----------------------------------------------------------------
|
---|
19 |
|
---|
20 | It should also be portable across other ANSI Common Lisp implementations.
|
---|
21 |
|
---|
22 | The file grobner.demo is a Macsyma-style demo file for most of the operations
|
---|
23 | provided by the package. In order to run it, go to the Maxima level and
|
---|
24 | type:
|
---|
25 |
|
---|
26 | demo("grobner.demo");
|
---|
27 |
|
---|
28 | or
|
---|
29 |
|
---|
30 | batch("grobner.demo");
|
---|
31 |
|
---|
32 | and watch the demonstration.
|
---|
33 |
|
---|
34 | Maxima documentation for this package has not been written yet, but
|
---|
35 | there is a sizable amount of documentation in the LISP source.
|
---|
36 |
|
---|
37 |
|
---|
38 | The file grobner.lisp was constructed by a semi-automatic
|
---|
39 | process from the sources of a package CGBlisp, version 2 also authored by
|
---|
40 | me, which will eventually be released at my Web site (see below).
|
---|
41 | An older version of CGBlisp is available at the Web site.
|
---|
42 |
|
---|
43 | Enjoy.
|
---|
44 | --Marek Rychlik
|
---|
45 |
|
---|
46 | 5-24-2002
|
---|
47 | Revised: 1-25-2009
|
---|
48 | Revised: 1-25-2015
|
---|
49 |
|
---|
50 | E-mail: rychlik@u.arizona.edu
|
---|
51 | URL: http://marekrychlik.com
|
---|