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.

Ignore:
Timestamp:
2015-06-20T15:57:22-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2670 r2671  
    6565        (p+q (make-instance 'poly))
    6666        (p-q (make-instance 'poly)))
     67    ;; Populate the polynomials; the lists of (exponents . coefficient) pairs
     68    ;; must be in increasing order.
    6769    (dolist (x '( ((2) . 22)  ((4) . 44) ((5) . 55) ((8) . 88) ((9) . 99) ))
    6870      (insert-item p (make-instance 'term :exponents (list (car x)) :coeff (cdr x))))
Note: See TracChangeset for help on using the changeset viewer.