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 1214


Ignore:
Timestamp:
2015-06-11T11:50:36-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1213 r1214  
    121121
    122122(defun scalar-times-poly (ring c p)
     123  "The scalar product of scalar C by a polynomial P. The sugar of the
     124original polynomial becomes the sugar of the result."
    123125  (declare (type ring ring) (poly p))
    124126  (make-poly-from-termlist (scalar-times-termlist ring c (poly-termlist p)) (poly-sugar p)))
Note: See TracChangeset for help on using the changeset viewer.