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 4109


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r4108 r4109  
    128128                          (setf (car x) (multiply-by (car x) c1)))
    129129                      a)
    130                 (setf r (multiply r c1)
    131                       c (multiply c c1)
     130                (setf r (multiply-by r c1)
     131                      c (multiply-by c c1)
    132132                      p (grobner-op c2 c1 m p (car fl)))
    133133                (setf (car b) (add (car b)
Note: See TracChangeset for help on using the changeset viewer.