close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

source: branches/f4grobner/README@ 318

Last change on this file since 318 was 318, checked in by Marek Rychlik, 9 years ago

* empty log message *

File size: 1.7 KB
Line 
1Dear User:
2
3This archive contains files which provide Grobner basis support for the
4free 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
14This version has been verified to work under this Maxima version:
15----------------------------------------------------------------
16Maxima 5.34.1 http://maxima.sourceforge.net
17using Lisp SBCL 1.2.4-1.fc21
18----------------------------------------------------------------
19
20It should also be portable across other ANSI Common Lisp implementations.
21
22The file grobner.demo is a Macsyma-style demo file for most of the operations
23provided by the package. In order to run it, go to the Maxima level and
24type:
25
26demo("grobner.demo");
27
28or
29
30batch("grobner.demo");
31
32and watch the demonstration.
33
34Maxima documentation for this package has not been written yet, but
35there is a sizable amount of documentation in the LISP source.
36
37
38The file grobner.lisp was constructed by a semi-automatic
39process from the sources of a package CGBlisp, version 2 also authored by
40me, which will eventually be released at my Web site (see below).
41An older version of CGBlisp is available at the Web site.
42
43Enjoy.
44--Marek Rychlik
45
465-24-2002
47Revised: 1-25-2009
48Revised: 1-25-2015
49
50E-mail: rychlik@u.arizona.edu
51URL: http://marekrychlik.com
Note: See TracBrowser for help on using the repository browser.