Assumptions:
TeX:
\sigma\!\left(z, \tau\right) = z \prod_{{m}^{2} + {n}^{2} \ne 0} \left(1 - \frac{z}{m + n \tau}\right) \exp\!\left(\frac{z}{m + n \tau} + \frac{{z}^{2}}{2 {\left(m + n \tau\right)}^{2}}\right) z \in \mathbb{C} \,\mathbin{\operatorname{and}}\, \tau \in \mathbb{H} \,\mathbin{\operatorname{and}}\, z \notin \Lambda_{(1, \tau)}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
WeierstrassSigma | Weierstrass sigma function | |
Exp | Exponential function | |
Pow | Power | |
CC | Complex numbers | |
HH | Upper complex half-plane | |
Lattice | Complex lattice with periods a, b |
Source code for this entry:
Entry(ID("7c4457"), Formula(Equal(WeierstrassSigma(z, tau), Mul(z, ProductCondition(Mul(Sub(1, Div(z, Add(m, Mul(n, tau)))), Exp(Add(Div(z, Add(m, Mul(n, tau))), Div(Pow(z, 2), Mul(2, Pow(Add(m, Mul(n, tau)), 2)))))), Tuple(m, n), Unequal(Add(Pow(m, 2), Pow(n, 2)), 0))))), Variables(z, tau), Assumptions(And(Element(z, CC), Element(tau, HH), NotElement(z, Lattice(1, tau)))))