Assumptions:
TeX:
R_J\!\left(x, x, x, w\right) = \begin{cases} \frac{3}{x - w} \left(R_C\!\left(x, w\right) - \frac{1}{\sqrt{x}}\right), & x \ne w\\{w}^{-3 / 2}, & x = w\\ \end{cases} x \in \mathbb{C} \;\mathbin{\operatorname{and}}\; w \in \mathbb{C}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
CarlsonRJ | 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("1faf7a"), Formula(Equal(CarlsonRJ(x, x, x, w), Cases(Tuple(Mul(Div(3, Sub(x, w)), Sub(CarlsonRC(x, w), Div(1, Sqrt(x)))), NotEqual(x, w)), Tuple(Pow(w, Neg(Div(3, 2))), Equal(x, w))))), Variables(x, w), Assumptions(And(Element(x, CC), Element(w, CC))))