-
-
Notifications
You must be signed in to change notification settings - Fork 554
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
Factorization over some quotient rings incorrect #23642
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Stopgaps: #23643 |
comment:4
The problem really seems to boil down to the problem described in #17697:
Singular's
|
This comment has been minimized.
This comment has been minimized.
comment:6
There seems to be nothing we can do about this while using Singular. Singular does not seem to support function fields over non-prime finite fields. It seems that we have to fall back to our own function field factorization code here. |
Dependencies: #23660 |
This comment has been minimized.
This comment has been minimized.
Author: Julian Rüth |
Changed branch from u/saraedum/factorization_over_some_quotient_rings_incorrect to none |
comment:11
I'll try to take a look at this this week at Sage Days 88. |
Commit: |
comment:12
Hoping that this branch was accidentally deleted.... New commits:
|
comment:13
Yes. I don't know why this happens. |
comment:14
Wouldn't it be better to fix the way the singular ring is created? |
comment:15
I tried that but I do not think that it's possible. It seems that you can not create |
comment:16
Ok, I'll trust you on that one as I won't have time before a couple of weeks to have a look. |
Reviewer: Jean-Pierre Flori |
comment:17
Thanks. I am not a Singular expert by any means but I tried the ways that I could think of from looking at the Singular documentation and I guess there is also a reason why someone used this quotient ring construction in the first place. |
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:
|
comment:19
Just merged in the dependencies. |
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:
|
Work Issues: failing doctests |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed reviewer from Jean-Pierre Flori to Jean-Pierre Flori, David Roe |
comment:24
All tests pass for me on k8s. Looks good. |
Changed branch from u/saraedum/factorization_over_some_quotient_rings_incorrect to |
Currently, factorization is broken over fraction fields over non-prime finite fields:
This is probably related to #17697.
As a workaround one can factor over the function field:
Doing this seems not to come with a performance penalty:
Depends on #23660
CC: @sagetrac-swewers @roed314
Component: commutative algebra
Stopgaps: #23643
Work Issues: failing doctests
Author: Julian Rüth
Branch/Commit:
b6c62d0
Reviewer: Jean-Pierre Flori, David Roe
Issue created by migration from https://trac.sagemath.org/ticket/23642
The text was updated successfully, but these errors were encountered: