Fungrim home page

Fungrim entry: d81f05

d2dz2log ⁣(θ1 ⁣(z,τ))=π2n=1sin2 ⁣(π(z+nτ))\frac{d^{2}}{{d z}^{2}} \log\!\left(\theta_{1}\!\left(z , \tau\right)\right) = {\pi}^{2} \sum_{n=-\infty}^{\infty} \frac{1}{\sin^{2}\!\left(\pi \left(z + n \tau\right)\right)}
Assumptions:zC  and  τH  and  θ1 ⁣(z,τ)0z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \tau \in \mathbb{H} \;\mathbin{\operatorname{and}}\; \theta_{1}\!\left(z , \tau\right) \ne 0
TeX:
\frac{d^{2}}{{d z}^{2}} \log\!\left(\theta_{1}\!\left(z , \tau\right)\right) = {\pi}^{2} \sum_{n=-\infty}^{\infty} \frac{1}{\sin^{2}\!\left(\pi \left(z + n \tau\right)\right)}

z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \tau \in \mathbb{H} \;\mathbin{\operatorname{and}}\; \theta_{1}\!\left(z , \tau\right) \ne 0
Definitions:
Fungrim symbol Notation Short description
ComplexBranchDerivativeddzf ⁣(z)\frac{d}{d z}\, f\!\left(z\right) Complex derivative, allowing branch cuts
Loglog(z)\log(z) Natural logarithm
JacobiThetaθj ⁣(z,τ)\theta_{j}\!\left(z , \tau\right) Jacobi theta function
Powab{a}^{b} Power
Piπ\pi The constant pi (3.14...)
Sumnf(n)\sum_{n} f(n) Sum
Sinsin(z)\sin(z) Sine
Infinity\infty Positive infinity
CCC\mathbb{C} Complex numbers
HHH\mathbb{H} Upper complex half-plane
Source code for this entry:
Entry(ID("d81f05"),
    Formula(Equal(ComplexBranchDerivative(Log(JacobiTheta(1, z, tau)), For(z, z, 2)), Mul(Pow(Pi, 2), Sum(Div(1, Pow(Sin(Mul(Pi, Add(z, Mul(n, tau)))), 2)), For(n, Neg(Infinity), Infinity))))),
    Variables(z, tau),
    Assumptions(And(Element(z, CC), Element(tau, HH), NotEqual(JacobiTheta(1, z, tau), 0))))

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