-
-
Notifications
You must be signed in to change notification settings - Fork 517
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
xgcd incorrect for padic polynomials #13439
Comments
This comment has been minimized.
This comment has been minimized.
comment:1
The only place where the doctests called that xgcd was in the padic L-series. I disabled the calls there until we have a working xgcd for padics. |
Stopgaps: #13537 |
comment:2
Replying to @saraedum:
Just found out about stopgaps. A stopgap makes of course much more sense than just removing functionality. |
Dependencies: #13630 |
Attachment: trac_13439.patch.gz |
comment:7
This is great. I could never get up the motivation to fix this since I always wanted to fix so many other things about p-adic polynomials first. I'll review it once the prerequisites are finished. |
Reviewer: David Roe |
Branch: u/niles/ticket/13439 |
Commit: |
comment:10
rebased and converted to git branch; no other changes New commits:
|
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
comment:12
I am working on this in an attempt to resolve #9457. Bug-hunting there triggers the stopgap for this ticket (see comment 12 there). I have now created git branches for all of this ticket's dependencies and merged them here. Unfortunately the tests in this ticket description now trigger an error:
So there are some problems here, possibly caused by my rebasing . . . |
comment:14
After a change in #13629, this seems to be working correctly and giving the output written in the examples/tests. But the main examples on this ticket description are still broken. |
Changed branch from u/niles/ticket/13439 to u/saraedum/ticket/13439 |
comment:20
As of today, the main examples in this ticket all work. However, xgcd itself is still broken. Examples can be found by search:
|
xgcd
is broken for padics:The algorithm used is the standard Euclidean algorithm which is afaik not correct for inexact fields. Or are my examples somehow incorrect?
Depends on #13630
Depends on #13619
Depends on #13620
Component: padics
Keywords: gcd
Stopgaps: #13537
Branch/Commit: u/saraedum/ticket/13439 @
fb269f6
Reviewer: David Roe
Issue created by migration from https://trac.sagemath.org/ticket/13439
The text was updated successfully, but these errors were encountered: