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 4047


Ignore:
Timestamp:
2016-05-31T17:02:10-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4046 r4047  
    156156    (is (= (total-degree m) 6))
    157157    (is (= (sugar m) 6))
    158     (is (equalp  (->list z) '((0 0 0 5))) "Trivial term is a vector of 0's")
     158    (is (equalp  (->list z) '((0 0 0) . 5)) "Trivial term is a vector of 0's")
    159159    (is (universal-equalp (multiply m n) m*n))
    160160    (is (universal-equalp (divide n m) n/m))
Note: See TracChangeset for help on using the changeset viewer.