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 1222


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r1221 r1222  
    190190criterion: for every two polynomials h1 and h2 in G the S-polynomial
    191191S(h1,h2) reduces to 0 modulo G."
    192   (every
    193    #'poly-zerop
    194    (makelist (normal-form ring-and-order (spoly ring-and-order (elt g i) (elt g j)) g nil)
    195              (i 0 (- (length g) 2))
    196              (j (1+ i) (1- (length g))))))
     192  (every #'poly-zerop
     193         (makelist (normal-form ring-and-order (spoly ring-and-order (elt g i) (elt g j)) g nil)
     194                   (i 0 (- (length g) 2))
     195                   (j (1+ i) (1- (length g))))))
    197196
    198197
Note: See TracChangeset for help on using the changeset viewer.