- Timestamp:
- 2015-06-15T19:26:11-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r1962 r1963 210 210 (defun monom-contract (m k) 211 211 "Drop the first K variables in monomial M." 212 (subseq m k)) )212 (subseq m k)) 213 213 214 214 (defun make-monom-variable (nvars pos &optional (power 1)
Note:
See TracChangeset
for help on using the changeset viewer.