Assumptions:
TeX:
\theta_{j}\!\left(z + x , \tau\right) = \sum_{n=0}^{\infty} \frac{\theta^{(n)}_{j}\!\left(z , \tau\right)}{n !} {x}^{n} j \in \left\{1, 2, 3, 4\right\} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \tau \in \mathbb{H} \;\mathbin{\operatorname{and}}\; x \in \mathbb{C}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
JacobiTheta | Jacobi theta function | |
Sum | Sum | |
Factorial | Factorial | |
Pow | Power | |
Infinity | Positive infinity | |
CC | Complex numbers | |
HH | Upper complex half-plane |
Source code for this entry:
Entry(ID("1cdd7b"), Formula(Equal(JacobiTheta(j, Add(z, x), tau), Sum(Mul(Div(JacobiTheta(j, z, tau, n), Factorial(n)), Pow(x, n)), For(n, 0, Infinity)))), Variables(j, z, tau, x), Assumptions(And(Element(j, Set(1, 2, 3, 4)), Element(z, CC), Element(tau, HH), Element(x, CC))))