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.

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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3701 r3703  
    478478  "Calculate [F', U1*P1+U2*P2+...+UK*PK-1], where PLIST=[P1,P2,...,PK]."
    479479  (nconc (mapc #'(lambda (x) (poly-insert-variables x k)) f)
    480          (standard-sum plist)))
     480         (list (standard-sum plist))))
    481481
    482482(defun saturation-extension-1 (f p)
Note: See TracChangeset for help on using the changeset viewer.