- Timestamp:
- 2015-06-20T15:46:27-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-poly.lisp
r2664 r2665 71 71 (dolist (x '((0 . 11) (2 . 22) (3 . 33) (5 . 55) (7 . 77) )) 72 72 (insert-item p+q (make-instance 'term :exponents (list (car x)) :coeff (cdr x)))) 73 (dolist (x '((0 . -11) (2 . 22) (3 . -33) ( 5 . 55) (7 . -77) ))73 (dolist (x '((0 . -11) (2 . 22) (3 . -33) (4 . 88) (5 . 55) (7 . -77) )) 74 74 (insert-item p-q (make-instance 'term :exponents (list (car x)) :coeff (cdr x)))) 75 75 ;;(print p) (print q) (print p+q) (print p-q)
Note:
See TracChangeset
for help on using the changeset viewer.