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 1436


Ignore:
Timestamp:
2015-06-12T10:40:01-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ideal.lisp

    r1435 r1436  
    117117            (append (mapcar #'(lambda (p) (poly-extend p (make-monom :dimension 1 :initial-exponent 1))) f)
    118118                    (mapcar #'(lambda (p)
    119                                 (poly-append (poly-extend (poly-uminus ring-and-order p)
     119                                (poly-append (poly-extend (poly-uminus ring p)
    120120                                                          (make-monom :dimension 1 :initial-exponent 1))
    121121                                             (poly-extend p)))
Note: See TracChangeset for help on using the changeset viewer.