Fungrim home page

Fungrim entry: 7cb651

θ2 ⁣(z,τ)=n=eπi((n+1/2)2τ+(2n+1)z)\theta_{2}\!\left(z , \tau\right) = \sum_{n=-\infty}^{\infty} {e}^{\pi i \left({\left(n + 1 / 2\right)}^{2} \tau + \left(2 n + 1\right) z\right)}
Assumptions:zC  and  τHz \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \tau \in \mathbb{H}
TeX:
\theta_{2}\!\left(z , \tau\right) = \sum_{n=-\infty}^{\infty} {e}^{\pi i \left({\left(n + 1 / 2\right)}^{2} \tau + \left(2 n + 1\right) z\right)}

z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \tau \in \mathbb{H}
Definitions:
Fungrim symbol Notation Short description
JacobiThetaθj ⁣(z,τ)\theta_{j}\!\left(z , \tau\right) Jacobi theta function
Sumnf(n)\sum_{n} f(n) Sum
Expez{e}^{z} Exponential function
Piπ\pi The constant pi (3.14...)
ConstIii Imaginary unit
Powab{a}^{b} Power
Infinity\infty Positive infinity
CCC\mathbb{C} Complex numbers
HHH\mathbb{H} Upper complex half-plane
Source code for this entry:
Entry(ID("7cb651"),
    Formula(Equal(JacobiTheta(2, z, tau), Sum(Exp(Mul(Mul(Pi, ConstI), Add(Mul(Pow(Add(n, Div(1, 2)), 2), tau), Mul(Add(Mul(2, n), 1), z)))), For(n, Neg(Infinity), Infinity)))),
    Variables(z, tau),
    Assumptions(And(Element(z, CC), Element(tau, HH))))

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