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 1497


Ignore:
Timestamp:
2015-06-12T12:50:26-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1495 r1497  
    256256                                   ;; Set PLIST to [U1*P1,U2*P2,...,UK*PK]
    257257                                   (plist (apply #'poly-append (poly-standard-extension plist))))
    258   "Calculate [F, U1*P1+U2*P2+...+UK*PK-1], where PLIST=[P1,P2,...,PK]."
     258  "Calculate [F, U1*P1+U2*P2+...+UK*PK-1], where PLIST=[P1,P2,...,PK]. It destructively modifies F."
    259259  ;; Add -1 as the last term
    260260  (setf (cdr (last (poly-termlist plist)))
     
    264264
    265265(defun saturation-extension-1 (ring f p)
     266  "Calculate [F, U*P-1]. It destructively modifies F."
    266267  (polysaturation-extension ring f (list p)))
    267268
Note: See TracChangeset for help on using the changeset viewer.