Fungrim home page

Fungrim entry: 58d67b

 ⁣(z,τ)=1z2+m2+n201(z+m+nτ)21(m+nτ)2\wp\!\left(z, \tau\right) = \frac{1}{{z}^{2}} + \sum_{{m}^{2} + {n}^{2} \ne 0} \frac{1}{{\left(z + m + n \tau\right)}^{2}} - \frac{1}{{\left(m + n \tau\right)}^{2}}
Assumptions:zCandτHandzΛ(1,τ)z \in \mathbb{C} \,\mathbin{\operatorname{and}}\, \tau \in \mathbb{H} \,\mathbin{\operatorname{and}}\, z \notin \Lambda_{(1, \tau)}
TeX:
\wp\!\left(z, \tau\right) = \frac{1}{{z}^{2}} + \sum_{{m}^{2} + {n}^{2} \ne 0} \frac{1}{{\left(z + m + n \tau\right)}^{2}} - \frac{1}{{\left(m + n \tau\right)}^{2}}

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
WeierstrassP ⁣(z,τ)\wp\!\left(z, \tau\right) Weierstrass elliptic function
Powab{a}^{b} Power
CCC\mathbb{C} Complex numbers
HHH\mathbb{H} Upper complex half-plane
LatticeΛ(a,b)\Lambda_{(a, b)} Complex lattice with periods a, b
Source code for this entry:
Entry(ID("58d67b"),
    Formula(Equal(WeierstrassP(z, tau), Add(Div(1, Pow(z, 2)), SumCondition(Sub(Div(1, Pow(Add(Add(z, m), Mul(n, tau)), 2)), Div(1, 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)))))

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