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 1197


Ignore:
Timestamp:
2015-06-11T10:33:50-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r1190 r1197  
    191191that the division is possible, which may not always be the
    192192case in rings which are not fields. The exact division operator
    193 is assumed to be provided by the RING structure of the
    194 lCOEFFICIENT-RING package."
     193is assumed to be provided by the RING structure."
    195194  (mapc #'(lambda (term)
    196195            (setf (term-coeff term) (funcall (ring-div ring) (term-coeff term) c)))
Note: See TracChangeset for help on using the changeset viewer.