Changeset 3147 for branches/f4grobner/term.lisp
- Timestamp:
- 2015-06-22T11:47:59-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r3146 r3147 41 41 (defclass term (monom scalar) 42 42 () 43 (:default-initargs :dimension nil :exponents nil :coeff 1)43 (:default-initargs :dimension nil :exponents nil :coeff nil) 44 44 (:documentation "Implements a term, i.e. a product of a scalar 45 45 and powers of some variables, such as 5*X^2*Y^3."))
Note:
See TracChangeset
for help on using the changeset viewer.