Changeset 2688 for branches/f4grobner
- Timestamp:
- 2015-06-20T16:18:37-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-poly.lisp
r2687 r2688 64 64 (q (make-instance 'poly :order nil)) 65 65 (p+q (make-instance 'poly)) 66 (p-q (make-instance 'poly))) 66 (p-q (make-instance 'poly)) 67 (p-uminus (make-instance 'poly))) 67 68 ;; Populate the polynomials; the lists of (exponents . coefficient) pairs 68 69 ;; must be in increasing order in Q, but Q is unordered (:ORDER NIL)
Note:
See TracChangeset
for help on using the changeset viewer.