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 3096


Ignore:
Timestamp:
2015-06-21T23:27:59-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3095 r3096  
    319319                             &aux
    320320                               (k (length plist))
    321                                (plist (poly-standard-extension plist))
     321                               (plist (standard-extension plist))
    322322                               (nvars (poly-dimension (car plist))))
    323323  "Calculate [U1*P1-1,U2*P2-1,...,UK*PK-1], where PLIST=[P1,P2,...,PK].
     
    334334  plist)
    335335
     336#|
    336337
    337338(defun standard-sum (F plist
     
    356357  (append f (list plist)))
    357358
    358 #|
     359
    359360
    360361
Note: See TracChangeset for help on using the changeset viewer.