-
-
Notifications
You must be signed in to change notification settings - Fork 692
approximate imaginary-quadratic class numbers using analytic class number formula #40907
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
approximate imaginary-quadratic class numbers using analytic class number formula #40907
Conversation
|
Documentation preview for this PR (built with commit 8bf00ec; changes) is ready! 🎉 |
c0a616a to
5430772
Compare
…ing class numbers of negative fundamental discriminants
Co-authored-by: user202729 <25191436+user202729@users.noreply.github.com>
814eab3 to
bd5bba8
Compare
|
I wonder if some convergence acceleration technique can improve this. But doesn't matter that much. |
|
Yeah, I'm also not convinced if this is the best way of doing this... But I suppose the implementation can always be switched out for something else later if the need arises. For the moment, it seems to do what it promises, and is therefore better than nothing? 🙂 |
sagemathgh-40907: approximate imaginary-quadratic class numbers using analytic class number formula This patch adds a simple function to *approximate* class numbers of imaginary-quadratic fields using the analytic class number formula. This approximation is accurate to a relative error factor of $<2$ even with comparatively low precision, making it useful in the context of class- group computations. An obvious next step would be to generalize it to non-fundamental and/or positive discriminants. This is left for future work. URL: sagemath#40907 Reported by: Lorenz Panny Reviewer(s): Lorenz Panny, user202729
sagemathgh-40907: approximate imaginary-quadratic class numbers using analytic class number formula This patch adds a simple function to *approximate* class numbers of imaginary-quadratic fields using the analytic class number formula. This approximation is accurate to a relative error factor of $<2$ even with comparatively low precision, making it useful in the context of class- group computations. An obvious next step would be to generalize it to non-fundamental and/or positive discriminants. This is left for future work. URL: sagemath#40907 Reported by: Lorenz Panny Reviewer(s): Lorenz Panny, user202729
This patch adds a simple function to approximate class numbers of imaginary-quadratic fields using the analytic class number formula. This approximation is accurate to a relative error factor of$<2$ even with comparatively low precision, making it useful in the context of class-group computations.
An obvious next step would be to generalize it to non-fundamental and/or positive discriminants. This is left for future work.