- Timestamp:
- 2015-06-14T10:47:29-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ideal.lisp
r1594 r1595 58 58 (defun ring-intersection (plist k) 59 59 "This function assumes that polynomial list PLIST is a Grobner basis 60 and it calculates the intersection with the ring R[X[K],...,X[N ]], i.e.60 and it calculates the intersection with the ring R[X[K],...,X[N-1]], i.e. 61 61 it discards polynomials which depend on variables X[0], X[1], ..., X[K-1]." 62 62 (dotimes (i k plist)
Note:
See TracChangeset
for help on using the changeset viewer.