Changeset 1384 for branches/f4grobner
- Timestamp:
- 2015-06-11T23:06:43-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ideal.lisp
r1383 r1384 103 103 "Returns the reduced Grobner basis of the colon ideal Id(F):Id({G}), where 104 104 F is a list of polynomials and G is a polynomial." 105 (mapcar #'(lambda (x) (poly-exact-divide ring x g)) (ideal-intersection ring f (list g) top-reduction-only))) 106 105 (mapcar #'(lambda (x) 106 (poly-exact-divide ring-and-order x g)) 107 (ideal-intersection ring-and-order f (list g) top-reduction-only))) 107 108 108 109 (defun ideal-intersection (ring-and-order f g &optional (top-reduction-only $poly_top_reduction_only))
Note:
See TracChangeset
for help on using the changeset viewer.