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:
2015-06-05T13:23:52-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ideal.lisp

    r149 r156  
    6565     (if (every #'poly-zerop f)
    6666         (error "First ideal must be non-zero.")
    67          (list (make-poly
     67         (list (make-poly-from-termlist
    6868                (list (make-term
    6969                       (make-monom (monom-dimension (poly-lm (find-if-not #'poly-zerop f)))
Note: See TracChangeset for help on using the changeset viewer.