Fungrim home page

Fungrim entry: 5d0c95

RG ⁣(x,y,y)=12{yRC ⁣(x,y)+x,y0x,y=0R_G\!\left(x, y, y\right) = \frac{1}{2} \begin{cases} y R_C\!\left(x, y\right) + \sqrt{x}, & y \ne 0\\\sqrt{x}, & y = 0\\ \end{cases}
Assumptions:xC  and  yCx \in \mathbb{C} \;\mathbin{\operatorname{and}}\; y \in \mathbb{C}
TeX:
R_G\!\left(x, y, y\right) = \frac{1}{2} \begin{cases} y R_C\!\left(x, y\right) + \sqrt{x}, & y \ne 0\\\sqrt{x}, & y = 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("5d0c95"),
    Formula(Equal(CarlsonRG(x, y, y), Mul(Div(1, 2), Cases(Tuple(Add(Mul(y, CarlsonRC(x, y)), Sqrt(x)), NotEqual(y, 0)), Tuple(Sqrt(x), Equal(y, 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