Changeset 1279 for branches/f4grobner
- Timestamp:
- 2015-06-11T20:00:52-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/division.lisp
r1278 r1279 79 79 the arithmetic is performed, we need to fix the order of terms" 80 80 (format t "----------------------------------------------------------------~%") 81 (format t " Loop invariant check:~%C=~A~%F=~A~%A=~A~%FL=~A~%R=~A~%P=~A~%"81 (format t "#### Loop invariant check ####:~%C=~A~%F=~A~%A=~A~%FL=~A~%R=~A~%P=~A~%" 82 82 c f a fl r p) 83 83 (flet ((p-add (x y) (poly-add ring-and-order x y))
Note:
See TracChangeset
for help on using the changeset viewer.