Changeset 1462 for branches/f4grobner
- Timestamp:
- 2015-06-12T11:35:53-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-tests.lisp
r1461 r1462 340 340 (let* (($poly_grobner_algorithm :buchberger) 341 341 (f (string->poly "y" '(x y))) 342 (fl (cdr (string->poly "[x-y,x+ 2*y]" '(x y))))342 (fl (cdr (string->poly "[x-y,x+y]" '(x y)))) 343 343 (ring *ring-of-integers*) 344 344 (order #'lex>) 345 345 (ring-and-order (make-ring-and-order :ring ring :order order))) 346 (is-true (buchberger-criterion ring-and-order fl)))) 346 347 (is-true (grobner-member ring-and-order f fl)))) 347 348
Note:
See TracChangeset
for help on using the changeset viewer.