Changeset 1272
- Timestamp:
- 2015-06-11T19:52:35-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/division.lisp
r1271 r1272 78 78 the polynomial R have their terms in reversed order. Hence, before 79 79 the arithmetic is performed, we need to fix the order of terms" 80 (format t "C=~A~%F=~A~%A=~A~%FL=~A~%R=~A~%P=~A~%" c f a fl r p)81 80 (flet ((p-add (x y) (poly-add ring-and-order x y)) 82 81 (p-sub (x y) (poly-sub ring-and-order x y))
Note:
See TracChangeset
for help on using the changeset viewer.