Fast Riemann Zeta computation #2850
Bobingstern
started this conversation in
Ideas
Replies: 1 comment
-
That sounds like an interesting challenge :) Thanks for the pointer to the paper. Anyone interested to give it a try? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Math.js should provide a fast implementation for the zeta function. I have tried doing this in JavaScript before and somewhat succeeded in the repo although it would great if someone could figure out how to use Odlyzko and Schonage algorithm for multi evaluations of the zeta function making use of the FFT of all things! The only thing describing this is the paper although the math is fairly heavy. This was the same algorithm used to compute the first trillion zeros of the function. I tried and failed trying to implement this so maybe someone with more numerical analysis experience and knowledge could figure it out.
Beta Was this translation helpful? Give feedback.
All reactions