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 4113


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r4112 r4113  
    131131                (setf r (multiply-by r c1)
    132132                      c (multiply-by c c1)
    133                       p (grobner-op c2 c1 m p (copy-instance (car fl))))
     133                      p (grobner-op c2 c1 m p (car fl)))
    134134                (format t "After: ~S~%" (->sexp (car fl) '(x y)))
    135135                (setf (car b) (add (car b)
Note: See TracChangeset for help on using the changeset viewer.