-
-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libsingular reduces polynomials incompletely #12529
Comments
comment:1
I don't believe all basic arithmetic failures should be blockers, and it's dubious that this issue is even about "basic" arithmetic. |
Stopgaps: todo |
comment:7
I just tried this and got an answer consistent with Singular. Maybe close this as a duplicate? |
comment:8
Condensed version of the initial report, as a tentative doctest:
This was fixed by #27508 (Force tail reduction in polynomial quotient ring). It was merged in Sage 9.1.rc2, In Sage <= 9.1.rc1, we get an incorrect value: 14. If someone can suggest where to locate this doctest, Priority down from critical to major: |
comment:9
I would suggest to put the doctest in |
Author: Samuel Lelièvre |
Commit: |
comment:10
Please review and add reviewer name. Let's see if this can get in Sage 9.2. New commits:
|
Branch: public/12529 |
This comment has been minimized.
This comment has been minimized.
comment:11
No complaints from patchbot, nor from me. |
Reviewer: Kiran Kedlaya |
comment:12
Thanks! |
This comment has been minimized.
This comment has been minimized.
Changed branch from public/12529 to |
Condensed version of a report by Oleksandr Kazymyrov on sage-support.
Define
g
by modding out in a multivariate polynomial ring:After modding out by a polynomial of degree 8 in
y
,the degree of
g
iny
should be at most 7.Up to Sage 9.1.rc1:
After #27508 (Force tail reduction in polynomial quotient ring),
merged in Sage 9.1.rc2:
The problem was libsingular not doing tail reduction
when calling Singular.
This ticket adds the above example as a doctest.
CC: @malb
Component: commutative algebra
Keywords: multivariate polynomial reduction
Stopgaps: todo
Author: Samuel Lelièvre
Branch/Commit:
5b3253a
Reviewer: Kiran Kedlaya
Issue created by migration from https://trac.sagemath.org/ticket/12529
The text was updated successfully, but these errors were encountered: