Changeset 3715 for branches/f4grobner
- Timestamp:
- 2015-09-06T07:41:52-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-poly.lisp
r3707 r3715 186 186 (is (universal-equalp (saturation-extension-1 f p) sat-ext-1)))) 187 187 188 (test universal-expt 189 "Universal-expt" 190 (let ((f (alist->poly '( ((0) . 1) ((1) . 1)))) 191 (f2 (alist->poly '( ((0) . 1) ((1) . 2) ((2) . 1)))) 192 (f3 (alist->poly '( ((0) . 1) ((1) . 3) ((2) . 3) ((3) . 1))))) 193 (is (universal-equalp (universal-expt f 2) f2)) 194 (is (universal-equalp (universal-expt f 3) f3)))) 195 188 196 (run! 'poly-suite) 189 197 (format t "All tests done!~%")
Note:
See TracChangeset
for help on using the changeset viewer.