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 4118


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r4113 r4118  
    128128                          (setf (car x) (multiply-by (car x) c1)))
    129129                      a)
    130                 (format t "Before: ~S~%" (->sexp (car fl) '(x y)))
    131130                (setf r (multiply-by r c1)
    132131                      c (multiply-by c c1)
    133132                      p (grobner-op c2 c1 m p (car fl)))
    134                 (format t "After: ~S~%" (->sexp (car fl) '(x y)))
    135133                (setf (car b) (add (car b)
    136134                                   (change-class m 'term :coeff c2))))
Note: See TracChangeset for help on using the changeset viewer.