Giter Site home page Giter Site logo

dbnupperbound.jl's Introduction

de Bruijn Newman Upper Bound

Julia code following Polymath Project 15. The original motivation was to explore the efficacy of Julia in this context.

Code covering sections 1 through 8 of the draft, EFFECTIVE APPROXIMATION OF HEAT FLOW EVOLUTION OF THE RIEMANN XI FUNCTION, AND AN UPPER BOUND FOR THE DE BRUIJN-NEWMAN CONSTANT (PDF, commit 0a0f729), has been written, tested, and mostly documented. Current functionality is exported from a submodule, DBNUpperBound.PM15a. The package remains substantially behind dbn_upper_bound where the original computational work is being done.

Arbitrary precision arithmetic is used by default. (Julia wraps the GNU Multiple Precision Arithmetic Library (GMP) and the GNU MPFR Library. Reference).

Installation

This version requires Julia 1+. Earlier versions, which require Julia 0.6+, can of course be checked out from this repo as well. (Julia 1.0.0, being a major release, in not backward compatible with 0.x.x releases.) To install this version and its dependencies:

Note that the SpecialFunctions dependency (for gamma and Riemann's zeta) requires both gcc and gcc-fortran.

julia> Pkg.clone("https://github.com/WilCrofter/DBNUpperBound.jl.git")

To remain current:

julia> Pkg.update("DBNUpperBound")

All unit tests pass:

$ julia test/runtests.jl
[ Info: Testing PM15a
[ Info: Testing introduction.jl
[ Info: Testing applying the fundamental solution to the heat equation.
[ Info: Testing elementary estimates
[ Info: Testing estimates for large x
[ Info: Testing new upper bound
[ Info: Testing PM15b
[ Info: Testing estimating sums
[ Info: DBNUpperBound passes tests.

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.