Assumptions:
TeX:
R_D\!\left(x, x, y\right) = \begin{cases} \frac{3}{y - x} \left(R_C\!\left(y, x\right) - \frac{1}{\sqrt{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("771801"), Formula(Equal(CarlsonRD(x, x, y), Cases(Tuple(Mul(Div(3, Sub(y, x)), Sub(CarlsonRC(y, x), Div(1, Sqrt(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))))