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 1264


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r1263 r1264  
    6767                             &aux
    6868                               (ring (ro-ring ring-and-order))
    69                                (p-zero (make-poly-zero)))
     69                               (p-zero (make-poly-zero))
     70                               (a (mapcar #'poly-reverse a))
     71                               (r (poly-reverse r)))
    7072  "Check loop invariant of division algorithms, when we divide a
    7173polynomial F by the list of polynomials FL. The invariant is the
Note: See TracChangeset for help on using the changeset viewer.