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 1106


Ignore:
Timestamp:
2015-06-10T11:19:58-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1105 r1106  
    275275              (p-eval (cdr expr))
    276276              (reduce #'(lambda (p q) (poly-mul ring-and-order p q)) (p-eval-list (cdr expr)))))
     277         (/
     278          ;; A polynomial can be divided by a scalar
     279          (cond ((= (length expr) 1)
     280                 (funcall (ring-div ring) (car expr)))
     281                ))
    277282         (expt
    278283          (cond
Note: See TracChangeset for help on using the changeset viewer.