close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 2936


Ignore:
Timestamp:
2015-06-21T12:58:52-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/5am-poly.lisp

    r2935 r2936  
    102102      (insert-item p (make-instance 'term :exponents (car x) :coeff (cdr x))))
    103103    (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))))
    105105    ;; P*Q
    106106    (dolist (x '( ((0) . 1) ((1) . 5) ((2) . 6)))
Note: See TracChangeset for help on using the changeset viewer.