Changeset 1372 for branches/f4grobner
- Timestamp:
- 2015-06-11T22:50:51-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-tests.lisp
r1371 r1372 289 289 (ring-and-order (make-ring-and-order :ring ring :order order)) 290 290 (gb (cdr (string->poly "[x+y,x-2*y,y]" '(x y)))) 291 (reduced-gb (cdr (string->poly "[ x,y]" '(x y)))))291 (reduced-gb (cdr (string->poly "[y,x]" '(x y))))) 292 292 (is-true (grobner-test ring-and-order gb fl)) 293 293 (is (equalp (grobner ring-and-order fl) gb))
Note:
See TracChangeset
for help on using the changeset viewer.