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 2927


Ignore:
Timestamp:
2015-06-21T12:52:23-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2926 r2927  
    199199
    200200(defmacro multiply-term-by-termlist-dropping-zeros (term termlist
    201                                                     &optional (reverse-arg-order nil))
     201                                                    &optional (reverse-arg-order-P nil))
    202202  "Multiplies term TERM by a list of term, TERMLIST.
    203203Takes into accound divisors of zero in the ring, by
    204 deleting zero terms."
     204deleting zero terms. Optionally, if REVERSE-ARG-ORDER-P
     205is T, change the order of arguments. This may be important
     206if we extend the package to non-commutative rings."
    205207  `(mapcan #'(lambda (other-term)
    206208               (let ((prod (r*
Note: See TracChangeset for help on using the changeset viewer.