- Timestamp:
- 2015-06-12T11:05:38-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-tests.lisp
r1457 r1458 329 329 (let* (($poly_grobner_algorithm :buchberger) 330 330 (f (string->poly "x^2-y^2" '(x y))) 331 (g (string->poly " x^2+2*x*y+y^2" '(x y)))331 (g (string->poly "(x+y)^2" '(x y))) 332 332 (ring *ring-of-integers*) 333 333 (order #'lex>)
Note:
See TracChangeset
for help on using the changeset viewer.