Changeset 1550 for branches/f4grobner
- Timestamp:
- 2015-06-12T15:42:31-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-tests.lisp
r1549 r1550 277 277 (test reduction 278 278 "Reduction algorithm" 279 (let* ((fl (cdr (string->poly "[x +y,x-2*y]" '(x y))))279 (let* ((fl (cdr (string->poly "[x^2,x+y,x-2*y]" '(x y)))) 280 280 (ring *ring-of-integers*) 281 281 (order #'lex>)
Note:
See TracChangeset
for help on using the changeset viewer.