Assumptions:
TeX:
R_J\!\left(x, w, w, w\right) = \begin{cases} \frac{3}{2 \left(w - x\right)} \left(R_C\!\left(x, w\right) - \frac{\sqrt{x}}{w}\right), & x \ne w\\{x}^{-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("0aa9ac"), Formula(Equal(CarlsonRJ(x, w, w, w), Cases(Tuple(Mul(Div(3, Mul(2, Sub(w, x))), Sub(CarlsonRC(x, w), Div(Sqrt(x), w))), NotEqual(x, w)), Tuple(Pow(x, Neg(Div(3, 2))), Equal(x, w))))), Variables(x, w), Assumptions(And(Element(x, CC), Element(w, CC))))