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 3057


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3055 r3057  
    276276  "Calculate [U1*P1,U2*P2,...,UK*PK], where PLIST=[P1,P2,...,PK]
    277277is a list of polynomials."
    278   (makelist (left-tensor-product-by (nth i plist)
    279                                     (make-term-variable k i))
    280             i 0 k))
     278  (makelist (left-tensor-product-by (nth i plist) (make-term-variable k i)) i 0 k))
    281279
    282280#|
Note: See TracChangeset for help on using the changeset viewer.