Assumptions:
TeX:
\Pi\!\left(n, 1\right) = \begin{cases} {\left(1 - n\right)}^{-1} \infty, & n \ne 1\\{\tilde \infty}, & n = 1\\ \end{cases} n \in \mathbb{C}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
EllipticPi | Legendre complete elliptic integral of the third kind | |
Pow | Power | |
Infinity | Positive infinity | |
UnsignedInfinity | Unsigned infinity | |
CC | Complex numbers |
Source code for this entry:
Entry(ID("e9c797"), Formula(Equal(EllipticPi(n, 1), Cases(Tuple(Mul(Pow(Sub(1, n), -1), Infinity), NotEqual(n, 1)), Tuple(UnsignedInfinity, Equal(n, 1))))), Variables(n), Assumptions(Element(n, CC)))