close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 4094


Ignore:
Timestamp:
2016-06-01T10:25:47-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/5am-monom.lisp

    r4047 r4094  
    7474    (is (= (sugar m) 6))
    7575    (is (equalp  (->list (make-instance 'monom  :dimension 3)) '(0 0 0)) "Trivial monomial is a vector of 0's")
    76     (is (universal-equalp (multiply-2 m n) m*n))
     76    (is (universal-equalp (multiply m n) m*n))
    7777    (is (universal-equalp (divide-by n m) n/m))
    7878    (is (universal-equalp (right-tensor-product-by m n) m-tensor-n))
Note: See TracChangeset for help on using the changeset viewer.