Skip to content
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

fix precision issue for 𝑗=0 and β„“=3 in compute_isogeny_stark() #36909

Merged
merged 1 commit into from
Dec 26, 2023

Conversation

yyyyx4
Copy link
Member

@yyyyx4 yyyyx4 commented Dec 17, 2023

For the specific case of curves with $j=0$ and isogeny degree $\ell=3$, the compute_isogeny_stark() function sometimes fails to find an isogeny even though it exists. In this simple patch we increase the precision of the power-series arithmetic in compute_isogeny_stark() by one digit, which makes the computation succeed for this special case too.

Fixes #21883.

Copy link

Documentation preview for this PR (built with commit 2a895a3; changes) is ready! πŸŽ‰

vbraun pushed a commit to vbraun/sage that referenced this pull request Dec 22, 2023
sagemathgh-36909: fix precision issue for 𝑗=0 and β„“=3 in compute_isogeny_stark()
    
For the specific case of curves with $j=0$ and isogeny degree $\ell=3$,
the `compute_isogeny_stark()` function sometimes fails to find an
isogeny even though it exists. In this simple patch we increase the
precision of the power-series arithmetic in `compute_isogeny_stark()` by
one digit, which makes the computation succeed for this special case
too.

Fixes sagemath#21883.
    
URL: sagemath#36909
Reported by: Lorenz Panny
Reviewer(s):
vbraun pushed a commit to vbraun/sage that referenced this pull request Dec 23, 2023
sagemathgh-36909: fix precision issue for 𝑗=0 and β„“=3 in compute_isogeny_stark()
    
For the specific case of curves with $j=0$ and isogeny degree $\ell=3$,
the `compute_isogeny_stark()` function sometimes fails to find an
isogeny even though it exists. In this simple patch we increase the
precision of the power-series arithmetic in `compute_isogeny_stark()` by
one digit, which makes the computation succeed for this special case
too.

Fixes sagemath#21883.
    
URL: sagemath#36909
Reported by: Lorenz Panny
Reviewer(s):
vbraun pushed a commit to vbraun/sage that referenced this pull request Dec 24, 2023
sagemathgh-36909: fix precision issue for 𝑗=0 and β„“=3 in compute_isogeny_stark()
    
For the specific case of curves with $j=0$ and isogeny degree $\ell=3$,
the `compute_isogeny_stark()` function sometimes fails to find an
isogeny even though it exists. In this simple patch we increase the
precision of the power-series arithmetic in `compute_isogeny_stark()` by
one digit, which makes the computation succeed for this special case
too.

Fixes sagemath#21883.
    
URL: sagemath#36909
Reported by: Lorenz Panny
Reviewer(s):
@vbraun vbraun merged commit 41c7b83 into sagemath:develop Dec 26, 2023
@mkoeppe mkoeppe added this to the sage-10.3 milestone Dec 26, 2023
@yyyyx4 yyyyx4 deleted the public/21883 branch January 19, 2024 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EllipticCurveIsogeny raising a value error that an isogeny doesn't exist while it most certainly does!
4 participants