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