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 46


Ignore:
Timestamp:
2015-06-02T00:38:20-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/grobner.lisp

    r45 r46  
    783783(defun scalar-times-poly (ring c p)
    784784  (make-poly-from-termlist (scalar-times-termlist ring c (poly-termlist p)) (poly-sugar p)))
     785
     786;; The scalar product omitting the head term
     787(defun scalar-times-poly-1 (ring c p)
     788  (make-poly-from-termlist (scalar-times-termlist ring c (cdr (poly-termlist p))) (poly-sugar p)))
    785789   
    786790(defun monom-times-poly (m p)
Note: See TracChangeset for help on using the changeset viewer.