Changeset 393 for branches/f4grobner
- Timestamp:
- 2015-06-06T18:52:25-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monomial.lisp
r392 r393 25 25 ;; This package implements BASIC OPERATIONS ON MONOMIALS 26 26 ;;---------------------------------------------------------------- 27 ;; DATA STRUCTURES: Monomials are represented as lists:27 ;; DATA STRUCTURES: Conceptually, monomials can be represented as lists: 28 28 ;; 29 29 ;; monom: (n1 n2 ... nk) where ni are non-negative integers
Note:
See TracChangeset
for help on using the changeset viewer.