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 1466


Ignore:
Timestamp:
2015-06-12T11:39:29-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1465 r1466  
    350350  "Equality of ideal generated by Groebner bases"
    351351  (let* (($poly_grobner_algorithm :buchberger)
    352          (fl (cdr (string->poly "[x,y]" '(x y))))
    353          (gl (cdr (string->poly "[x-y,x+2*y]" '(x y))))
     352         (fl (cdr (string->poly "[x,x-y,y]" '(x y))))
     353         (gl (cdr (string->poly "[x-y,x+2*y,y]" '(x y))))
    354354         (ring *ring-of-integers*)
    355355         (order #'lex>)
Note: See TracChangeset for help on using the changeset viewer.