Assumptions:
TeX:
R_J\!\left(0, x, x, w\right) = \frac{3 \pi}{2 \left(x \sqrt{w} + w \sqrt{x}\right)} x \in \mathbb{C} \;\mathbin{\operatorname{and}}\; w \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \left(x \notin \left(-\infty, 0\right) \;\mathbin{\operatorname{or}}\; \operatorname{Im}(w) \ge 0\right)
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
CarlsonRJ | Carlson symmetric elliptic integral of the third kind | |
Pi | The constant pi (3.14...) | |
Sqrt | Principal square root | |
CC | Complex numbers | |
OpenInterval | Open interval | |
Infinity | Positive infinity | |
Im | Imaginary part |
Source code for this entry:
Entry(ID("f6b4a2"), Formula(Equal(CarlsonRJ(0, x, x, w), Div(Mul(3, Pi), Mul(2, Add(Mul(x, Sqrt(w)), Mul(w, Sqrt(x))))))), Variables(x, w), Assumptions(And(Element(x, CC), Element(w, CC), Or(NotElement(x, OpenInterval(Neg(Infinity), 0)), GreaterEqual(Im(w), 0)))))