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.

Changeset 318


Ignore:
Timestamp:
2015-06-06T11:14:34-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/README

    r317 r318  
    11Dear User:
    22
    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:
     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.
    713
    8 (compile-file "grobner.lisp")
    9 (load "grobner.fasl")   
     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----------------------------------------------------------------
    1019
    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 This version has been verified to work under Maxima 5.16.3, using SBCL.
    2020It should also be portable across other ANSI Common Lisp implementations.
    2121
Note: See TracChangeset for help on using the changeset viewer.