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 3050


Ignore:
Timestamp:
2015-06-21T17:22:08-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3049 r3050  
    273273
    274274
    275 #|
    276 
    277 
    278275(defun poly-standard-extension (plist &aux (k (length plist)))
    279276  "Calculate [U1*P1,U2*P2,...,UK*PK], where PLIST=[P1,P2,...,PK]
     
    288285      (incf-power (nth i plist) i))))
    289286
    290 
     287#|
    291288
    292289(defun saturation-extension (ring f plist
Note: See TracChangeset for help on using the changeset viewer.