-
-
Notifications
You must be signed in to change notification settings - Fork 503
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gh-35626: Update the rank function of elliptic curves to use ellrank …
…in pari ### 📚 Description Fixes #35621 Pari has now a very good in-built algorithm to determine the rank and a set of generators of the Mordell-Weil group of elliptic curves over the rational. It is, as far as I understand, a port of Denis Simon's script ellQ.gp. It performs a 2-descent and uses the Cassels Tate pairing to conclude the rank in many cases - when Sha has no 4-torsion elements. The functionality to search rational points is also very quick. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x ]`. --> - `[x]` The title is concise, informative, and self-explanatory. - `[x]` The description explains in detail what this PR is about. - `[x]` I have linked a relevant issue or discussion. - `[x]` I have created tests covering the changes. - `[x]` I have updated the documentation accordingly. ### ⌛ Dependencies - #35614 a pull request that fixes, among other things, the documentation in the files changed here. To avoid problems, I based it on that PR. <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #35626 Reported by: Chris Wuthrich Reviewer(s): Chris Wuthrich, John Cremona, Lorenz Panny
- Loading branch information
Showing
2 changed files
with
274 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.