Changeset 3465 for branches/f4grobner
- Timestamp:
- 2015-09-05T09:50:55-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-monom.lisp
r3464 r3465 78 78 (is (monom-equalp (monom-multiply-2 m n) m*n)) 79 79 (is (monom-equalp (monom-divide-by n m) n/m)) 80 (is (monom-equalp ( right-tensor-product-by m n) m-tensor-n))80 (is (monom-equalp (monom-right-tensor-product-by m n) m-tensor-n)) 81 81 (signals 82 82 (error "EXPONENTS must have length DIMENSION")
Note:
See TracChangeset
for help on using the changeset viewer.