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 374


Ignore:
Timestamp:
2015-06-06T17:42:59-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/mx-grobner.lisp

    r371 r374  
    2525;;
    2626;; DETAILS: This file implements an interface between the Grobner
    27 ;; basis package NGROBNER and Maxima. NGROBNER for efficiency uses its
    28 ;; own representation of polynomials. Thus, it is necessary to convert
    29 ;; Maxima representation to the internal representation and back. The
    30 ;; facilities to do so are implemented in this file.
     27;; basis package NGROBNER, which is a pure Common Lisp package, and
     28;; Maxima. NGROBNER for efficiency uses its own representation of
     29;; polynomials. Thus, it is necessary to convert Maxima representation
     30;; to the internal representation and back. The facilities to do so
     31;; are implemented in this file.
    3132;;
    3233;; Also, since the NGROBNER package consists of many Lisp files, it is
Note: See TracChangeset for help on using the changeset viewer.