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 1136


Ignore:
Timestamp:
2015-06-10T18:28:46-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1135 r1136  
    287287             (let ((num (p-eval (cadr expr)))
    288288                   (denom-inverse (funcall (ring-div ring)
    289                                            (print (cons (ring-unit ring) (cddr expr))))))
     289                                           (cons (ring-unit ring) (mapcar #'p-eval-scalar (cddr expr))))))
    290290               (scalar-times-poly ring denom-inverse num)))))
    291291         (expt
Note: See TracChangeset for help on using the changeset viewer.