Changeset 3156 for branches/f4grobner/term.lisp
- Timestamp:
- 2015-06-22T12:03:52-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r3155 r3156 45 45 and powers of some variables, such as 5*X^2*Y^3.")) 46 46 47 #| 47 48 (defmethod print-object ((self term) stream) 48 49 (format stream "#<TERM DIMENSION=~A EXPONENTS=~A COEFF=~A>" … … 50 51 (monom-exponents self) 51 52 (scalar-coeff self))) 53 |# 52 54 53 55 (defmethod r-equalp ((term1 term) (term2 term))
Note:
See TracChangeset
for help on using the changeset viewer.