Changeset 956 for branches/f4grobner
- Timestamp:
- 2015-06-09T19:42:31-07:00 (10 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  branches/f4grobner/5am-tests.lisp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/f4grobner/5am-tests.lispr955 r956 124 124 (t2 (make-term m2 9)) 125 125 (p (make-poly-from-termlist (list t1 t2))) 126 (q (termlist-expt p 2))) 126 (ring-and-order (make-ring-and-order)) 127 (q (termlist-expt ring-and-order p 2))) 127 128 (is-true (print p)) 128 129 (is-true (print q)))) 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
