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 4112


Ignore:
Timestamp:
2016-06-01T13:33:02-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r4109 r4112  
    128128                          (setf (car x) (multiply-by (car x) c1)))
    129129                      a)
     130                (format t "Before: ~S~%" (->sexp (car fl) '(x y)))
    130131                (setf r (multiply-by r c1)
    131132                      c (multiply-by c c1)
    132                       p (grobner-op c2 c1 m p (car fl)))
     133                      p (grobner-op c2 c1 m p (copy-instance (car fl))))
     134                (format t "After: ~S~%" (->sexp (car fl) '(x y)))
    133135                (setf (car b) (add (car b)
    134136                                   (change-class m 'term :coeff c2))))
Note: See TracChangeset for help on using the changeset viewer.