- Timestamp:
- 2015-06-12T12:19:37-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-tests.lisp
r1480 r1481 367 367 (is-true (print (saturation-extension-1 ring F p))))) 368 368 369 (defun foo ()370 "Saturation extension"371 (let* ((F (cdr (string->poly "[x^3,x^2*y]" '(x y))))372 (P (string->poly "x^2" '(x y)))373 (ring *ring-of-integers*))374 (saturation-extension-1 ring F p)))375 376 377 369 #+nil 378 370 (test ideal-saturation-1
Note:
See TracChangeset
for help on using the changeset viewer.