- Timestamp:
- 2015-06-21T12:58:52-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-poly.lisp
r2935 r2936 102 102 (insert-item p (make-instance 'term :exponents (car x) :coeff (cdr x)))) 103 103 (dolist (x '( ((0) . 1) ((1) . 3) )) 104 (insert-item 1(make-instance 'term :exponents (car x) :coeff (cdr x))))104 (insert-item q (make-instance 'term :exponents (car x) :coeff (cdr x)))) 105 105 ;; P*Q 106 106 (dolist (x '( ((0) . 1) ((1) . 5) ((2) . 6)))
Note:
See TracChangeset
for help on using the changeset viewer.