- Timestamp:
- 2015-06-20T15:58:56-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-poly.lisp
r2672 r2673 68 68 ;; must be in increasing order. 69 69 (dolist (x '( ((2) . 22) ((4) . 44) ((5) . 55) ((8) . 88) ((9) . 99) )) 70 (insert-item p (make-instance 'term :exponents ( list (car x)) :coeff (cdr x))))70 (insert-item p (make-instance 'term :exponents (car x) :coeff (cdr x)))) 71 71 (dolist (x '( ((0) . 11) ((2) . 20) ((3) . 33) ((4) . -44) ((7) . 77) ((8) . 88) ((9) . 90))) 72 72 (insert-item q (make-instance 'term :exponents (car x) :coeff (cdr x))))
Note:
See TracChangeset
for help on using the changeset viewer.