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.

Ignore:
Timestamp:
2016-06-14T19:35:34-07:00 (8 years ago)
Author:
Marek Rychlik
Message:
 
File:
1 edited

Legend:

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

    r4325 r4463  
    7070    (is (universal-equalp (change-class p 'symbolic-poly :vars '(x)) p-symbolic )))
    7171  (with-fixture sym-poly-context ()
    72     (signals
    73         (error "Number of variables does not equal dimension.")
    74       (universal-equalp (change-class p 'symbolic-poly :vars '(x y)) p-symbolic ))))
     72    (universal-equalp (change-class p 'symbolic-poly :vars '(x y)) p-symbolic )))
    7573
    7674;; The following example uses the Grobner basis obtained with Maxima
Note: See TracChangeset for help on using the changeset viewer.