Fungrim home page

Fungrim entry: 0aa9ac

RJ ⁣(x,w,w,w)={32(wx)(RC ⁣(x,w)xw),xwx3/2,x=wR_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}
Assumptions:xC  and  wCx \in \mathbb{C} \;\mathbin{\operatorname{and}}\; w \in \mathbb{C}
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
CarlsonRJRJ ⁣(x,y,z,w)R_J\!\left(x, y, z, w\right) Carlson symmetric elliptic integral of the third kind
CarlsonRCRC ⁣(x,y)R_C\!\left(x, y\right) Degenerate Carlson symmetric elliptic integral of the first kind
Sqrtz\sqrt{z} Principal square root
Powab{a}^{b} Power
CCC\mathbb{C} 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))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC