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 3113


Ignore:
Timestamp:
2015-06-22T08:03:11-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3111 r3113  
    140140         (q (alist->poly '( ((0) . 1) ((2) . 3))))
    141141         (plist (list p q))
    142          (std-sum (alist->poly '( ((0 0 0) . -1) ((1 0 0) . 1) ((1 0 1) . 2)
    143                                  ((0 1 0) . 1) ((0 1 2) . 3)))))
     142         (std-sum (alist->poly '(((0 1 0) . 1) ((0 1 2) . 3)
     143                                 ((0 0 0) . -1) ((1 0 0) . 1) ((1 0 1) . 2)))))
    144144    (is (r-equalp (standard-sum plist) std-sum))))
    145145
Note: See TracChangeset for help on using the changeset viewer.