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 387


Ignore:
Timestamp:
2015-06-06T18:10:58-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r386 r387  
    9999  (let* ((m1 (ngrobner:make-monom 3 :initial-contents '(1 2 3)))
    100100        (m2 (ngrobner:make-monom 3 :initial-contents '(1 2 3)))
    101         (m3 (ngrobner:make-monom 3 :initial-contents '(2 4 6)))
     101        (m3 (ngrobner:monom-mul m1 m2)))
    102102        (t1 (ngrobner:make-term m1 7))
    103103        (t2 (ngrobner:make-term m2 9))
Note: See TracChangeset for help on using the changeset viewer.