find zeros of the Riemann zeta function

Versión 1.0.2 (9,01 KB) por Thomas
This function finds zeros of the Riemann zeta function on the critical line 0.5 + i*t in an interval von <= t <= bis
59 descargas
Actualizado 25 dic 2021

Ver licencia

Run [Zeros = findZerosRiemannZetaSiegel2(von, bis, steplength) to find zeros of the Riemann zeta function on the critical line 0.5 + i*t in the intervail von <= t <= bis
The function mainly looks for sign changes in the real and imaginary part. The values are calculated using the Riemann-Siegel formula.
There is no gurantee to find all zeros, since some sign changes occur within very short distances and can be skipped. E.g: the real part of the zero for t=122.946829294... is below zero only for a tiny interval of t. So choose steplength sufficiently small!
Example: findZerosRiemannZetaSiegel(120, 130,0.01) will produce:
121.3701 121.3700 121.3800
124.2568 124.2500 124.2600
127.5167 127.5100 127.5200
129.5787 129.5700 129.5800
.... not finding the zero at t=122.946829294....
Try to run: findZerosRiemannZetaSiegel(120, 130,0.002) and the function will find it.

Citar como

Thomas (2024). find zeros of the Riemann zeta function (https://www.mathworks.com/matlabcentral/fileexchange/84265-find-zeros-of-the-riemann-zeta-function), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2020b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.2

Better performance. Also uses parallel toolbox now.

1.0.1

added output graph (commented out, but comment back in, if needed).

1.0.0