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 269


Ignore:
Timestamp:
2015-06-05T16:53:26-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r268 r269  
    2525;;
    2626;; DETAILS: This file implements an interface between the Grobner
    27 ;; basis package NGROBNER and Maxima.
     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.
    2831;;
    2932;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Note: See TracChangeset for help on using the changeset viewer.