Changeset 318 for branches/f4grobner
- Timestamp:
- 2015-06-06T11:14:34-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/README
r317 r318 1 1 Dear User: 2 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: 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. 7 13 8 (compile-file "grobner.lisp") 9 (load "grobner.fasl") 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 ---------------------------------------------------------------- 10 19 11 The .fasl extension may need to be replaced with a Lisp-specific12 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 This version has been verified to work under Maxima 5.16.3, using SBCL.20 20 It should also be portable across other ANSI Common Lisp implementations. 21 21
Note:
See TracChangeset
for help on using the changeset viewer.