Opened 14 years ago
Closed 14 years ago
#4849 closed enhancement (duplicate)
add functionality for computing Heegner points to Sage
Reported by: | mabshoff | Owned by: | was |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | number theory | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
See #4848 for a motivation. Attached is some Magma code, but note that according to William
Then the file heegner.py should be attached to that ticket, since to do that ticket, one might want to port some of what's in there to Sage. That said, it's not so simple, since better algorithms for computing Heegner points were found after that code was written.
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | heegner.py added |
---|
comment:1 Changed 14 years ago by
Type: | defect → enhancement |
---|
comment:2 Changed 14 years ago by
Milestone: | sage-wishlist → sage-4.1.1 |
---|---|
Summary: | add functionality for computing Heegner points to Sage → [fixed by #6045, positive review] add functionality for computing Heegner points to Sage |
This is fixed by #6045. I'm flagging this to "positive review" so it will come to the attention of mvngu, who has the authority to close tickets as 4.1.1 release manager.
comment:3 Changed 14 years ago by
Summary: | [fixed by #6045, positive review] add functionality for computing Heegner points to Sage → [see #6045, needs work] add functionality for computing Heegner points to Sage |
---|
The patches on #6045 result in some numerical noise. Once that is fixed, this ticket can get positive review. At the moment, I don't have the privilege to close tickets. But I've merged some tickets in my tree. If you're interested, refer to the file
http://sage.math.washington.edu/home/mvngu/release/merged-tkt.txt
comment:4 Changed 14 years ago by
Milestone: | sage-4.1.1 → sage-duplicate/invalid/wontfix |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Summary: | [see #6045, needs work] add functionality for computing Heegner points to Sage → add functionality for computing Heegner points to Sage |
I'm closing this as a duplicate of #6045.
This is mostly Magma code