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 1003


Ignore:
Timestamp:
2015-06-10T06:03:52-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r972 r1003  
    140140         (p-sq (make-poly-from-termlist (list t22 t12 t11)))
    141141         (ring-and-order (make-ring-and-order))
    142          (q (poly-expt ring-and-order p 2)))
     142         (q (poly-expt ring-and-order p 2))
     143         (r (poly-sub ring-and-order p q)))
    143144    (is-true (equalp q p-sq))))
    144145
Note: See TracChangeset for help on using the changeset viewer.