forked from sagemath/sage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sagemathgh-35936: generalize EllipticCurve_field.division_field() to …
…composite orders The `.division_field()` method is currently restricted to prime orders for no serious reason. This patch makes it work for composite orders, generalizing [an observation of @JohnCremona](https://github.com/sagemat h/sage/issues/11905#issuecomment-1417417647) in the process. Note: I'm not sure if this is the optimal approach. I also played around with building the extension as a tower corresponding to the factorization of $n$, but (at least in Sage) it seemed significantly slower than the version here. Fixes sagemath#24340. URL: sagemath#35936 Reported by: Lorenz Panny Reviewer(s): John Cremona
- Loading branch information
Showing
1 changed file
with
87 additions
and
54 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