Assumptions:
TeX:
R_D\!\left(x, y, y\right) = \begin{cases} \frac{3}{2 \left(y - x\right)} \left(R_C\!\left(x, y\right) - \frac{\sqrt{x}}{y}\right), & x \ne y\\{x}^{-3 / 2}, & x = y\\ \end{cases} x \in \mathbb{C} \;\mathbin{\operatorname{and}}\; y \in \mathbb{C}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
CarlsonRD | Degenerate Carlson symmetric elliptic integral of the third kind | |
CarlsonRC | Degenerate Carlson symmetric elliptic integral of the first kind | |
Sqrt | Principal square root | |
Pow | Power | |
CC | Complex numbers |
Source code for this entry:
Entry(ID("c85c2f"), Formula(Equal(CarlsonRD(x, y, y), Cases(Tuple(Mul(Div(3, Mul(2, Sub(y, x))), Sub(CarlsonRC(x, y), Div(Sqrt(x), y))), NotEqual(x, y)), Tuple(Pow(x, Neg(Div(3, 2))), Equal(x, y))))), Variables(x, y), Assumptions(And(Element(x, CC), Element(y, CC))))