Changeset 1174 for branches/f4grobner
- Timestamp:
- 2015-06-10T20:06:46-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-tests.lisp
r1173 r1174 214 214 (is (equalp (string->poly "x^2+2*y^2" '(x y)) p)))) 215 215 216 (test division 217 "Division in polynomial ring" 218 (let ((f (string->poly "x^2" '(x y))) 219 (fl (string->poly "[x+y,x-2*y]" '(x y))) 220 (ring *ring-of-integers*)) 221 (is-true (print (normal-form ring f fl))))) 222 216 223 (run! 'ngrobner-suite) 217 224 (format t "All tests done!~%")
Note:
See TracChangeset
for help on using the changeset viewer.