-
Notifications
You must be signed in to change notification settings - Fork 200
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
Listing of elliptic curve generators #6276
Comments
I have done this, both for ECQ and ECNF, and dealing with #6275 at the same time. It looks OK when we have all the data, but for ECNF in particular there are issues around not always having computed the rank exactly, so the number of generators we have to display may (for example) be 0 when the rank bounds are 0 and 2. So I am check lots of representative examples before making a PR, and hope to give several links to those in the PR. |
Question: on an ECQ curve page the BSD invariants include "Special value" with knowl ec.q.special_value, while in an ECNF curve page we have instead "Leading coefficient" with knowl lfunction.leading_coeff. There is no knowl ec.special_value, though there coud be. Shall we make the ECQ page also show "Leadiing coefficient"? |
I like the ec.q.special_value knowl more than lfunction.leading_coeff for this purpose. Maybe change the name of ec.q.special_value to ec.special_value and use it for both ECQ and ECNF? |
Can do. The knowl will need editing of course. I'll try to finish this tomorrow morning |
As report by @AndrewVSutherland at #6273 :
The text was updated successfully, but these errors were encountered: