- Timestamp:
- 2015-06-14T10:47:20-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/ideal.lisp
r1590 r1594 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+1],...,x[n]], i.e.61 it discards polynomials which depend on variables x[0], x[1], ..., x[k]."60 and it calculates the intersection with the ring R[X[K],...,X[N]], i.e. 61 it discards polynomials which depend on variables X[0], X[1], ..., X[K-1]." 62 62 (dotimes (i k plist) 63 63 (setf plist
Note:
See TracChangeset
for help on using the changeset viewer.