Changeset 400 for branches/f4grobner
- Timestamp:
- 2015-06-06T19:04:05-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r399 r400 31 31 &aux 32 32 (monom (make-monom nvars :initial-element 0))) 33 "Construct a term in the polynomial ring RING[X 0,X1,X2,...X(NVARS-1)]33 "Construct a term in the polynomial ring RING[X[0],X[1],X[2],...X[NVARS-1]] 34 34 over the ring RING which represents a single variable. It assumes 35 35 number of variables NVARS and the variable is at position
Note:
See TracChangeset
for help on using the changeset viewer.