Changeset 1106 for branches/f4grobner
- Timestamp:
- 2015-06-10T11:19:58-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r1105 r1106 275 275 (p-eval (cdr expr)) 276 276 (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 )) 277 282 (expt 278 283 (cond
Note:
See TracChangeset
for help on using the changeset viewer.