- Timestamp:
- 2015-06-20T16:05:47-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-poly.lisp
r2678 r2679 70 70 (dolist (x '( ((2) . 22) ((4) . 44) ((5) . 55) ((8) . 88) ((9) . 99) )) 71 71 (insert-item p (make-instance 'term :exponents (car x) :coeff (cdr x)))) 72 (dolist (x '( (( 0) . 11) ((2) . 20) ((3) . 33) ((4) . -44) ((7) . 77) ((8) . 88) ((9) . 90)))72 (dolist (x '( ((9) . 90) ((0) . 11) ((2) . 20) ((3) . 33) ((4) . -44) ((7) . 77) ((8) . 88) )) 73 73 (insert-item q (make-instance 'term :exponents (car x) :coeff (cdr x)))) 74 74 (dolist (x '(((0) . 11) ((2) . 42) ((3) . 33) ((5) . 55) ((7) . 77) ((8) . 172) ((9) . 189) ))
Note:
See TracChangeset
for help on using the changeset viewer.