Fungrim home page

Fungrim entry: 580ba0

θ3 ⁣(z,τ)=n=eπi(n2τ+2nz)\theta_3\!\left(z, \tau\right) = \sum_{n=-\infty}^{\infty} {e}^{\pi i \left({n}^{2} \tau + 2 n z\right)}
Assumptions:zCandτHz \in \mathbb{C} \,\mathbin{\operatorname{and}}\, \tau \in \mathbb{H}
TeX:
\theta_3\!\left(z, \tau\right) = \sum_{n=-\infty}^{\infty} {e}^{\pi i \left({n}^{2} \tau + 2 n z\right)}

z \in \mathbb{C} \,\mathbin{\operatorname{and}}\, \tau \in \mathbb{H}
Definitions:
Fungrim symbol Notation Short description
JacobiTheta3θ3 ⁣(z,τ)\theta_3\!\left(z, \tau\right) Jacobi theta function
Expez{e}^{z} Exponential function
ConstPiπ\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("580ba0"),
    Formula(Equal(JacobiTheta3(z, tau), Sum(Exp(Mul(Mul(ConstPi, ConstI), Add(Mul(Pow(n, 2), tau), Mul(Mul(2, n), z)))), Tuple(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.

2019-06-18 07:49:59.356594 UTC