- Timestamp:
- 2015-06-11T23:56:18-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/division.lisp
r1412 r1413 79 79 the polynomial R have their terms in reversed order. Hence, before 80 80 the arithmetic is performed, we need to fix the order of terms" 81 ;;(format t "~&----------------------------------------------------------------~%") 82 ;;(format t "#### Loop invariant check ####:~%C=~A~%F=~A~%A=~A~%FL=~A~%R=~A~%P=~A~%" 81 #| 82 (format t "~&----------------------------------------------------------------~%") 83 (format t "#### Loop invariant check ####:~%C=~A~%F=~A~%A=~A~%FL=~A~%R=~A~%P=~A~%" 83 84 c f a fl r p) 85 |# 84 86 (flet ((p-add (x y) (poly-add ring-and-order x y)) 85 87 (p-sub (x y) (poly-sub ring-and-order x y))
Note:
See TracChangeset
for help on using the changeset viewer.