Fungrim home page

Fungrim entry: 120284

RG ⁣(x,x,y)=12{xRC ⁣(y,x)+y,x0y,x=0R_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}
Assumptions:xC  and  yCx \in \mathbb{C} \;\mathbin{\operatorname{and}}\; y \in \mathbb{C}
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
CarlsonRGRG ⁣(x,y,z)R_G\!\left(x, y, z\right) Carlson symmetric elliptic integral of the second 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
CCC\mathbb{C} 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))))

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