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-06T06:41:31-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3695 r3696  
    474474variables U1,U2,...,UK inserted as first K variables and
    475475PLIST=[P1,P2,...,PK]."
    476   (setf f (poly-list-add-variables f k)
     476  (setf f (mapc #'(lambda (x) (poly-add-variables x k)) f)
    477477        plist (standard-extension-1 plist))
    478478  (nconc f plist))
Note: See TracChangeset for help on using the changeset viewer.