Skip to content
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

Riemann and Hurwitz Zeta functions for complex and real intervals #16782

Closed
cheuberg opened this issue Aug 8, 2014 · 20 comments
Closed

Riemann and Hurwitz Zeta functions for complex and real intervals #16782

cheuberg opened this issue Aug 8, 2014 · 20 comments

Comments

@cheuberg
Copy link
Contributor

cheuberg commented Aug 8, 2014

    sage: zeta(RIF(3))
    1.20205690315959
    sage: _.parent()
    Complex Field with 53 bits of precision
    sage: zeta(CIF(2, 3))
    0.798021985146276 - 0.113744308052939*I
    sage: _.parent()
    Complex Field with 53 bits of precision

(see #19993 comment:10).

Fix this by conversion to arb, computation of zeta there, and conversion back.
(mpfi does not seem to have a zeta function).

CC: @dkrenn @sagetrac-skropf @kcrisman @robertwb @mezzarobba

Component: numerical

Keywords: complex interval, CIF, Riemann zeta function

Author: Clemens Heuberger

Branch/Commit: 7a590fb

Reviewer: Fredrik Johansson

Issue created by migration from https://trac.sagemath.org/ticket/16782

@cheuberg cheuberg added this to the sage-6.3 milestone Aug 8, 2014
@cheuberg
Copy link
Contributor Author

cheuberg commented Aug 8, 2014

comment:1

I do have a TeX file containing additional (boring) computations documenting parts of the code, but I am not sure where to put it, see my post on sage-devel.

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Aug 8, 2014

Branch pushed to git repo; I updated commit sha1. New commits:

a947cfcTrac #16782: Fix trivial typo in docstring

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Aug 8, 2014

Changed commit from 315df6e to a947cfc

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Aug 8, 2014

Changed commit from a947cfc to 67bee31

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Aug 8, 2014

Branch pushed to git repo; I updated commit sha1. New commits:

67bee31Trac #16782: Fix function name in verbose output.

@fredrik-johansson
Copy link

comment:4

Riemann zeta for complex intervals could also be implemented using the Arb library (#16747).

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Aug 8, 2014

Changed commit from 67bee31 to 4608c67

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Aug 8, 2014

Branch pushed to git repo; I updated commit sha1. New commits:

4608c67Trac #16782: Add example and TODO concerning negative real values of s

@cheuberg
Copy link
Contributor Author

cheuberg commented Aug 8, 2014

comment:6

Replying to @fredrik-johansson:

Riemann zeta for complex intervals could also be implemented using the Arb library (#16747).

Thank you for pointing that out; once #16747 is included and there are conversions between CIF and arb, that would certainly be the better option.

@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.3, sage-6.4 Aug 10, 2014
@cheuberg
Copy link
Contributor Author

Changed branch from u/cheuberg/rings/zeta-CIF to none

@cheuberg
Copy link
Contributor Author

comment:8

Deleted the branch as it was not the way to proceed.

@cheuberg
Copy link
Contributor Author

Changed commit from 4608c67 to none

@jdemeyer

This comment has been minimized.

@cheuberg

This comment has been minimized.

@cheuberg cheuberg changed the title Riemann Zeta function for complex interval Riemann Zeta function for complex and real intervals Feb 13, 2016
@cheuberg cheuberg modified the milestones: sage-6.4, sage-7.1 Feb 13, 2016
@cheuberg
Copy link
Contributor Author

Branch: u/cheuberg/rifcif-zeta

@cheuberg
Copy link
Contributor Author

New commits:

7a590fbTrac #16782: implement zeta function for RIF and CIF

@cheuberg
Copy link
Contributor Author

Commit: 7a590fb

@cheuberg cheuberg changed the title Riemann Zeta function for complex and real intervals Riemann and Hurwitz Zeta functions for complex and real intervals Feb 13, 2016
@fredrik-johansson
Copy link

Reviewer: Fredrik Johansson

@fredrik-johansson
Copy link

comment:13

This looks good to me.

@vbraun
Copy link
Member

vbraun commented Feb 18, 2016

Changed branch from u/cheuberg/rifcif-zeta to 7a590fb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants