- Timestamp:
- 2015-06-20T16:18:12-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-poly.lisp
r2686 r2687 76 76 (dolist (x '(((0) . -11) ((2) . 2) ((3) . -33) ((4) . 88) ((5) . 55) ((7) . -77) ((9) . 9))) 77 77 (insert-item p-q (make-instance 'term :exponents (car x) :coeff (cdr x)))) 78 (dolist (x '( ((2) . -22) ((4) . -44) ((5) . -55) ((8) . -88) ((9) . -99) )) )78 (dolist (x '( ((2) . -22) ((4) . -44) ((5) . -55) ((8) . -88) ((9) . -99) )) 79 79 (insert-item p-uminus (make-instance 'term :exponents (car x) :coeff (cdr x)))) 80 80 ;;(print p) (print q) (print p+q) (print p-q)
Note:
See TracChangeset
for help on using the changeset viewer.