Changeset 899 for branches/f4grobner
- Timestamp:
- 2015-06-09T13:38:52-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/order.lisp
r898 r899 146 146 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 147 147 148 (defun elimination-order ( k)148 (defun elimination-order (primary-elimination-order secondary-elimination-order k) 149 149 "Return a predicate which compares monomials according to the 150 K-th elimination order. T wo variables *PRIMARY-ELIMINATION-ORDER*151 and *SECONDARY-ELIMINATION-ORDER*control the behavior on the first K150 K-th elimination order. The monomial orders PRIMARY-ELIMINATION-ORDER 151 and SECONDARY-ELIMINATION-ORDER control the behavior on the first K 152 152 and the remaining variables, respectively." 153 153 #'(lambda (p q &optional (start 0) (end (monom-dimension p)))
Note:
See TracChangeset
for help on using the changeset viewer.