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 2161


Ignore:
Timestamp:
2015-06-17T21:48:43-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2129 r2161  
    5858        (n (make-monom :dimension 3 :initial-exponents '(4 5 6)))
    5959        (m+n (make-monom :dimension 3 :initial-exponents '(5 7 9))))
    60     (is (equalp  (monom-exponents z) '(0 0 0)) "Trivial monomial is a vector of 0's")
    61     (is (equalp  (monom-exponents (+ m n)) (monom-exponents m+n)))))
     60    (is (equalp  (r->list z) '(0 0 0)) "Trivial monomial is a vector of 0's")
     61    (is (r-equalp (+ m n)) (monom-exponents m+n))))
    6262
    6363 
Note: See TracChangeset for help on using the changeset viewer.