Fungrim home page

Fungrim entry: a07d28

L ⁣(0,χq.1)={12,q=10,otherwiseL\!\left(0, \chi_{q \, . \, 1}\right) = \begin{cases} -\frac{1}{2}, & q = 1\\0, & \text{otherwise}\\ \end{cases}
Assumptions:qZ1q \in \mathbb{Z}_{\ge 1}
TeX:
L\!\left(0, \chi_{q \, . \, 1}\right) = \begin{cases} -\frac{1}{2}, & q = 1\\0, & \text{otherwise}\\ \end{cases}

q \in \mathbb{Z}_{\ge 1}
Definitions:
Fungrim symbol Notation Short description
DirichletLL ⁣(s,χ)L\!\left(s, \chi\right) Dirichlet L-function
DirichletCharacterχq.\chi_{q \, . \, \ell} Dirichlet character
ZZGreaterEqualZn\mathbb{Z}_{\ge n} Integers greater than or equal to n
Source code for this entry:
Entry(ID("a07d28"),
    Formula(Equal(DirichletL(0, DirichletCharacter(q, 1)), Cases(Tuple(Neg(Div(1, 2)), Equal(q, 1)), Tuple(0, Otherwise)))),
    Variables(q),
    Assumptions(And(Element(q, ZZGreaterEqual(1)))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC