Skip to content

dokchitser L-series at least for number fields claims a pole at zero, though the zeta function has a zero there #4940

@williamstein

Description

@williamstein
sage: K.<a> = NumberField(x^2-2)
sage: z = K.zeta_function()
sage: z(0)
Traceback (most recent call last):
...
ArithmeticError:   ###   user error: L*(s) has a pole at s=0
sage: z(0.0000001)
-4.40686861437826e-8

Notice that there is in fact a zero at s=0, not a pole as the ArithmeticError claims.

In fact, it's a theorem that there is a zero at s=0 of order the unit rank of the number field.

Component: number theory

Keywords: dokchitser

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions