Changeset 4122 for branches/f4grobner
- Timestamp:
- 2016-06-01T14:08:57-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/division.lisp
r4121 r4122 67 67 the list of partial quotients, R is the intermediate value of the 68 68 remainder, and P is the intermediate value which eventually becomes 69 0. A thing to remember is that the terms of polynomials in A and 70 the polynomial R have their terms in reversed order. Hence, before 71 the arithmetic is performed, we need to fix the order of terms" 69 0." 72 70 #| 73 71 (format t "~&----------------------------------------------------------------~%")
Note:
See TracChangeset
for help on using the changeset viewer.