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 2183


Ignore:
Timestamp:
2015-06-18T08:02:41-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2181 r2183  
    6161    (is (equalp  (r->list z) '(0 0 0)) "Trivial monomial is a vector of 0's")
    6262    (is (r-equalp (r* m n) m*n))
    63     (is (r-equalp (r-tensor-product m n) m-tensor-n))))
     63    (is (r-equalp (r-tensor-product m n) m-tensor-n))
     64    (signals
     65        (error "INITIAL-EXPONENTS must have length DIMENSION")
     66      (make-monom :dimension 3 :initial-exponents '(1 2 3 4 5 6)))))
    6467
    6568 
Note: See TracChangeset for help on using the changeset viewer.