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@ 7

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

* empty log message *

File size: 1.3 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
19The file grobner.demo is a Macsyma-style demo file for most of the operations
20provided by the package. In order to run it, go to the Maxima level and
21type:
22
23demo("grobner.demo");
24
25or
26
27batch("grobner.demo");
28
29and watch the demonstration.
30
31Maxima documentation for this package has not been written yet, but
32there is a sizable amount of documentation in the LISP source.
33
34
35The file grobner.lisp was constructed by a semi-automatic
36process from the sources of a package CGBlisp, version 2 also authored by
37me, which will eventually be released at my Web site (see below).
38An older version of CGBlisp is available at the Web site.
39
40Enjoy.
41--Marek Rychlik
42
435-24-2002
44Revised: 1-25-2009
45
46E-mail: rychlik@u.arizona.edu
47URL: http://alamos.math.arizona.edu
48 http://marekrychlik.com
Note: See TracBrowser for help on using the repository browser.