- Timestamp:
- 2015-09-05T11:00:44-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-poly.lisp
r3496 r3497 80 80 ;; -P 81 81 (dolist (x '( ((2) . -22) ((4) . -44) ((5) . -55) ((8) . -88) ((9) . -99))) 82 (insert-item p-uminus (make-instance 'monom :exponents (car x)) :coeff(cdr x)))82 (insert-item p-uminus (make-instance 'monom :exponents (car x)) (cdr x))) 83 83 ;;(print p) (print q) (print p+q) (print p-q) 84 84 (&body)))
Note:
See TracChangeset
for help on using the changeset viewer.