- Timestamp:
- 2015-09-06T07:24:54-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r3708 r3709 486 486 (defun saturation-extension-1 (f p) 487 487 "Given family of polynomials F and a polynomial P, calculate [F', U*P-1], where 488 F' is F with variable Uinserted as the first variable. It destructively modifies F."488 F' is F with variable inserted as the first variable. It destructively modifies F." 489 489 (polysaturation-extension f (list p)))
Note:
See TracChangeset
for help on using the changeset viewer.