close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 1269


Ignore:
Timestamp:
2015-06-11T19:45:04-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r1264 r1269  
    7575the list of partial quotients, R is the intermediate value of the
    7676remainder, and P is the intermediate value which eventually becomes
    77 0."
     770. A thing to remember is that the terms of polynomials in A and
     78the polynomial R have their terms in reversed order. Hence, before
     79the arithmetic is performed, we need to fix the order of terms"
    7880  (format t "Running loop-invariant check now.~%")
    7981  (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.