Changeset 757 for branches/f4grobner
- Timestamp:
- 2015-06-08T21:22:00-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r752 r757 46 46 (coeff (funcall (ring-unit ring))) 47 47 &aux 48 (monom (make-monom nvars :initial-e lement 0)))48 (monom (make-monom nvars :initial-exponent 0))) 49 49 "Construct a term in the polynomial ring RING[X[0],X[1],X[2],...X[NVARS-1]] 50 50 over the ring RING which represents a single variable. It assumes
Note:
See TracChangeset
for help on using the changeset viewer.