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: README@ 8

Last change on this file since 8 was 8, checked in by Marek Rychlik, 15 years ago

* empty log message *

File size: 1.4 KB
Line 
1Dear User:
2
3This archive contains 2 files which provide Grobner basis support for the
4free computer algebra system Maxima. In order to use the package, start your
5Maxima and put it in the lisp mode (on most systems, CTRL-C will do this),
6and execute the following commands:
7
8(compile-file "grobner.lisp")
9(load "grobner.fasl")
10
11The .fasl extension may need to be replaced with a Lisp-specific
12extension for some lisp implementations.
13
14It should also be possible to compile and load from the Maxima prompt:
15
16compile_file("grobner.lisp");
17load("grobner.fasl");
18
19This version has been verified to work under Maxima 5.16.3, using SBCL.
20
21The file grobner.demo is a Macsyma-style demo file for most of the operations
22provided by the package. In order to run it, go to the Maxima level and
23type:
24
25demo("grobner.demo");
26
27or
28
29batch("grobner.demo");
30
31and watch the demonstration.
32
33Maxima documentation for this package has not been written yet, but
34there is a sizable amount of documentation in the LISP source.
35
36
37The file grobner.lisp was constructed by a semi-automatic
38process from the sources of a package CGBlisp, version 2 also authored by
39me, which will eventually be released at my Web site (see below).
40An older version of CGBlisp is available at the Web site.
41
42Enjoy.
43--Marek Rychlik
44
455-24-2002
46Revised: 1-25-2009
47
48E-mail: rychlik@u.arizona.edu
49URL: http://alamos.math.arizona.edu
50 http://marekrychlik.com
Note: See TracBrowser for help on using the repository browser.