Coder Social home page Coder Social logo

riemannzetazeros's Introduction

Calculation of the Zeros of the Riemann Zeta Function

This program can calculate the number of non-trivial roots of the Riemann Zeta Function for a given imaginary interval [a,b] and show an explicit list of which they are. It can also show a list with the imaginary part from the n-th root to the m-th root.

Installation

To get the repository type in a terminal

git clone https://github.com/julian20250/RiemannZetaZeros.git

Needed Libraries

  • Boost.

    In order to calculate the Bernoulli numbers, this library is needed. To install it, download the last version https://www.boost.org/users/download/ and unpack its contents in the libraries/ directory of this project.

  • Click.

    To execute the programs you need click. It can be easily installed with pip.

    pip install click

Usage

There are two main scripts: find_roots.py and nm_roots.py. The documentation of each one can be accessed writing

python find_roots.py --help

or

python nm_roots.py --help

find_roots.py finds the number of roots with imaginary part in a given interval [a,b] and nm_roots.py prints a list with the imaginary part from the n-th root to the m-th root. The first script can be parallelized in order to increase the execution speed. For more information refer to the documentation of each script.

Don't be alarmed if the execution of these scripts creates directories or .out files. They'll be removed after the execution of these scripts. If the script is stopped, these files won't be erased, but they won't prevent the execution of the scripts, so you don't need to manually remove them to avoid problems.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.