close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 3712 for branches/f4grobner


Ignore:
Timestamp:
2015-09-06T07:31:04-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3711 r3712  
    477477
    478478(defun saturation-extension-1 (f p)
    479   "Given family of polynomials F and a polynomial P, calculate [F', U*P-1], where
    480 F' is F with variable inserted as the first variable. It destructively modifies F and P."
     479  "Given family of polynomials F and a polynomial P, calculate [F',
     480U*P-1], where F' is F with variable inserted as the first variable. It
     481destructively modifies F and P."
    481482  (polysaturation-extension f (list p)))
Note: See TracChangeset for help on using the changeset viewer.