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 2401


Ignore:
Timestamp:
2015-06-18T22:23: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

    r2400 r2401  
    101101    (is (= (r-total-degree m) 6))
    102102    (is (= (r-sugar m) 6))
    103     (is (equalp  (r->list z) '(0 0 0)) "Trivial monomial is a vector of 0's")
     103    (is (equalp  (r->list z) '(0 0 0)) "Trivial term is a vector of 0's")
    104104    (is (r-equalp (r* m n) m*n))
    105105    (is (r-equalp (r/ n m) n/m))
Note: See TracChangeset for help on using the changeset viewer.