Assumptions:
TeX:
R_G\!\left(x, x, y\right) = \frac{1}{2} \begin{cases} x R_C\!\left(y, x\right) + \sqrt{y}, & x \ne 0\\\sqrt{y}, & x = 0\\ \end{cases} x \in \mathbb{C} \;\mathbin{\operatorname{and}}\; y \in \mathbb{C}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
CarlsonRG | Carlson symmetric elliptic integral of the second kind | |
CarlsonRC | Degenerate Carlson symmetric elliptic integral of the first kind | |
Sqrt | Principal square root | |
CC | Complex numbers |
Source code for this entry:
Entry(ID("120284"), Formula(Equal(CarlsonRG(x, x, y), Mul(Div(1, 2), Cases(Tuple(Add(Mul(x, CarlsonRC(y, x)), Sqrt(y)), NotEqual(x, 0)), Tuple(Sqrt(y), Equal(x, 0)))))), Variables(x, y), Assumptions(And(Element(x, CC), Element(y, CC))))