Changeset 371 for branches/f4grobner
- Timestamp:
- 2015-06-06T17:33:48-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/mx-grobner.lisp
r370 r371 89 89 90 90 ;; Rebind some global variables for Maxima environment 91 (setf *expression-ring* *maxima-ring* 92 *ratdisrep-fun* '$ratdisrep 91 (setf *expression-ring* *maxima-ring* ; Coefficient arithmetic done by Maxima 92 *ratdisrep-fun* '$ratdisrep ; Coefficients are converted to general form 93 93 ) 94 94
Note:
See TracChangeset
for help on using the changeset viewer.