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

symbolic zeta(1) should return unsigned infinity #9878

Closed
burcin opened this issue Sep 9, 2010 · 6 comments
Closed

symbolic zeta(1) should return unsigned infinity #9878

burcin opened this issue Sep 9, 2010 · 6 comments

Comments

@burcin
Copy link

burcin commented Sep 9, 2010

After exposing the symbolic zeta function at the top level in #8864, we get:

sage: zeta(1)
zeta(1)

We should return unsigned infinity in this case.

See also #5739.

Component: symbolics

Keywords: pynac

Author: Burcin Erocal

Reviewer: Karl-Dieter Crisman

Merged: sage-4.6.alpha3

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

@burcin burcin added this to the sage-4.6 milestone Sep 9, 2010
@burcin burcin self-assigned this Sep 9, 2010
@burcin
Copy link
Author

burcin commented Sep 12, 2010

comment:1

Attachment: trac_9878-zeta_infinity.patch.gz

With the new pynac package at #9201, we have:

sage: zeta(1)
Infinity

attachment: trac_9878-zeta_infinity.patch adds doctests for this change.

The pynac package includes patches for #9394, #9834, #9879, #9881, #9900 as well as this ticket. See the ticket description of #9901 for the list (and order) of patches associated to the new version.

@burcin
Copy link
Author

burcin commented Sep 12, 2010

Author: Burcin Erocal

@burcin
Copy link
Author

burcin commented Sep 12, 2010

comment:2

Replying to @burcin:

With the new pynac package at #9201, we have:

at #9901. Sorry for the noise.

@kcrisman
Copy link
Member

comment:3

With #9901, positive review. Do not merge until #9901 also has positive review and is merged.

@kcrisman
Copy link
Member

Reviewer: Karl-Dieter Crisman

@qed777
Copy link
Mannequin

qed777 mannequin commented Oct 6, 2010

Merged: sage-4.6.alpha3

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

2 participants