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 3085


Ignore:
Timestamp:
2015-06-21T20:41:56-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3084 r3085  
    298298is a list of polynomials. Destructively modifies PLIST elements."
    299299  (mapc #'(lambda (poly)
    300             (left-tensor-product-by poly
    301                                     (prog1 (make-monom-variable k i) (incf i))))
     300            (left-tensor-product-by
     301             poly
     302             (prog1
     303                 (make-monom-variable k i)
     304               (incf i))))
    302305        plist))
    303306
     
    321324
    322325
    323 (defun polysaturation-extension (F plist
     326(defun saturation-polynomial (F plist
    324327                                 &aux
    325328                                   (k (length plist))
Note: See TracChangeset for help on using the changeset viewer.