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.

Ignore:
Timestamp:
2015-09-05T09:50:55-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3464 r3465  
    7878    (is (monom-equalp (monom-multiply-2 m n) m*n))
    7979    (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))
    8181    (signals
    8282        (error "EXPONENTS must have length DIMENSION")
Note: See TracChangeset for help on using the changeset viewer.