- Timestamp:
- 2015-06-05T16:53:26-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/mx-grobner.lisp
r268 r269 25 25 ;; 26 26 ;; 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. 28 31 ;; 29 32 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Note:
See TracChangeset
for help on using the changeset viewer.