Changeset 1269 for branches/f4grobner
- Timestamp:
- 2015-06-11T19:45:04-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/division.lisp
r1264 r1269 75 75 the list of partial quotients, R is the intermediate value of the 76 76 remainder, and P is the intermediate value which eventually becomes 77 0." 77 0. A thing to remember is that the terms of polynomials in A and 78 the polynomial R have their terms in reversed order. Hence, before 79 the arithmetic is performed, we need to fix the order of terms" 78 80 (format t "Running loop-invariant check now.~%") 79 81 (format t "C=~A~%F=~A~%A=~A~%FL=~A~%R=~A~%P=~A~%" c f a fl r p)
Note:
See TracChangeset
for help on using the changeset viewer.