Assumptions:
TeX:
R_D\!\left(x, y, z\right) = \lim_{\varepsilon \to {0}^{+}} R_D\!\left(x + \varepsilon i, y + \varepsilon i, z + \varepsilon i\right) x \in \mathbb{C} \;\mathbin{\operatorname{and}}\; y \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \setminus \left\{0\right\} \;\mathbin{\operatorname{and}}\; \left(x \ne 0 \;\mathbin{\operatorname{or}}\; y \ne 0\right)
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
CarlsonRD | Degenerate Carlson symmetric elliptic integral of the third kind | |
RightLimit | Limiting value, from the right | |
ConstI | Imaginary unit | |
CC | Complex numbers |
Source code for this entry:
Entry(ID("9673f7"), Formula(Equal(CarlsonRD(x, y, z), RightLimit(CarlsonRD(Add(x, Mul(epsilon, ConstI)), Add(y, Mul(epsilon, ConstI)), Add(z, Mul(epsilon, ConstI))), For(epsilon, 0)))), Variables(x, y, z), Assumptions(And(Element(x, CC), Element(y, CC), Element(z, SetMinus(CC, Set(0))), Or(NotEqual(x, 0), NotEqual(y, 0)))))