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 2428


Ignore:
Timestamp:
2015-06-19T07:59:34-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/order.lisp

    r2427 r2428  
    101101      (revlex> p q start end)))))
    102102
    103 (defun invlex> (p q &optional (start 0) (end (monom-dimension  p)))
     103(defmethod invlex> ((p monom) (q monom) &optional (start 0) (end (monom-dimension  p)))
    104104  "Return T if P>Q with respect to inverse lexicographic order, NIL otherwise
    105105The second returned value is T if P=Q, otherwise it is NIL."
Note: See TracChangeset for help on using the changeset viewer.