Changeset 1762 for branches/f4grobner/mx-grobner.lisp
- Timestamp:
- 2015-06-15T09:30:29-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/mx-grobner.lisp
r1761 r1762 443 443 (multiple-value-bind (quot rem c division-count) 444 444 (poly-pseudo-divide ring-and-order f fl) 445 `((mlist)446 ,(poly->maxima :poly-list quot vars)447 ,(poly->maxima :polynomial rem vars)448 ,c449 ,division-count))))445 '`((mlist) 446 ,(poly->maxima :poly-list quot vars) 447 ,(poly->maxima :polynomial rem vars) 448 ,c 449 ,division-count)))) 450 450 451 451 #|
Note:
See TracChangeset
for help on using the changeset viewer.