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.
Last change
on this file since 7 was 7, checked in by Marek Rychlik, 16 years ago |
* empty log message *
|
File size:
1.3 KB
|
Rev | Line | |
---|
[7] | 1 | Dear User:
|
---|
| 2 |
|
---|
| 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:
|
---|
| 7 |
|
---|
| 8 | (compile-file "grobner.lisp")
|
---|
| 9 | (load "grobner.fasl")
|
---|
| 10 |
|
---|
| 11 | The .fasl extension may need to be replaced with a Lisp-specific
|
---|
| 12 | extension for some lisp implementations.
|
---|
| 13 |
|
---|
| 14 | It should also be possible to compile and load from the Maxima prompt:
|
---|
| 15 |
|
---|
| 16 | compile_file("grobner.lisp");
|
---|
| 17 | load("grobner.fasl");
|
---|
| 18 |
|
---|
| 19 | The file grobner.demo is a Macsyma-style demo file for most of the operations
|
---|
| 20 | provided by the package. In order to run it, go to the Maxima level and
|
---|
| 21 | type:
|
---|
| 22 |
|
---|
| 23 | demo("grobner.demo");
|
---|
| 24 |
|
---|
| 25 | or
|
---|
| 26 |
|
---|
| 27 | batch("grobner.demo");
|
---|
| 28 |
|
---|
| 29 | and watch the demonstration.
|
---|
| 30 |
|
---|
| 31 | Maxima documentation for this package has not been written yet, but
|
---|
| 32 | there is a sizable amount of documentation in the LISP source.
|
---|
| 33 |
|
---|
| 34 |
|
---|
| 35 | The file grobner.lisp was constructed by a semi-automatic
|
---|
| 36 | process from the sources of a package CGBlisp, version 2 also authored by
|
---|
| 37 | me, which will eventually be released at my Web site (see below).
|
---|
| 38 | An older version of CGBlisp is available at the Web site.
|
---|
| 39 |
|
---|
| 40 | Enjoy.
|
---|
| 41 | --Marek Rychlik
|
---|
| 42 |
|
---|
| 43 | 5-24-2002
|
---|
| 44 | Revised: 1-25-2009
|
---|
| 45 |
|
---|
| 46 | E-mail: rychlik@u.arizona.edu
|
---|
| 47 | URL: http://alamos.math.arizona.edu
|
---|
| 48 | http://marekrychlik.com
|
---|
Note:
See
TracBrowser
for help on using the repository browser.
Download in other formats: