- Timestamp:
- 2015-06-20T17:42:36-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-poly.lisp
r2688 r2734 73 73 (dolist (x '( ((9) . 90) ((0) . 11) ((2) . 20) ((3) . 33) ((4) . -44) ((7) . 77) ((8) . 88) )) 74 74 (insert-item q (make-instance 'term :exponents (car x) :coeff (cdr x)))) 75 (dolist (x '(((0) . 11) ((2) . 42) ((3) . 33) ((5) . 55) ((7) . 77) ((8) . 17 2) ((9) . 189) ))75 (dolist (x '(((0) . 11) ((2) . 42) ((3) . 33) ((5) . 55) ((7) . 77) ((8) . 176) ((9) . 189) )) 76 76 (insert-item p+q (make-instance 'term :exponents (car x) :coeff (cdr x)))) 77 77 (dolist (x '(((0) . -11) ((2) . 2) ((3) . -33) ((4) . 88) ((5) . 55) ((7) . -77) ((9) . 9)))
Note:
See TracChangeset
for help on using the changeset viewer.