Assumptions:
TeX:
R_D\!\left(0, y, 1\right) = \begin{cases} \frac{3 \left(K\!\left(1 - y\right) - E\!\left(1 - y\right)\right)}{1 - y}, & y \ne 1\\\frac{3 \pi}{4}, & y = 1\\ \end{cases} y \in \mathbb{C}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
CarlsonRD | Degenerate Carlson symmetric elliptic integral of the third kind | |
EllipticK | Legendre complete elliptic integral of the first kind | |
EllipticE | Legendre complete elliptic integral of the second kind | |
Pi | The constant pi (3.14...) | |
CC | Complex numbers |
Source code for this entry:
Entry(ID("3e05c6"), Formula(Equal(CarlsonRD(0, y, 1), Cases(Tuple(Div(Mul(3, Sub(EllipticK(Sub(1, y)), EllipticE(Sub(1, y)))), Sub(1, y)), NotEqual(y, 1)), Tuple(Div(Mul(3, Pi), 4), Equal(y, 1))))), Variables(y), Assumptions(Element(y, CC)))