Fungrim home page

Fungrim entry: 2499cd

RF ⁣(x,y,z)=2RF ⁣(x+λ,y+λ,z+λ)   where λ=xy+yz+xzR_F\!\left(x, y, z\right) = 2 R_F\!\left(x + \lambda, y + \lambda, z + \lambda\right)\; \text{ where } \lambda = \sqrt{x} \sqrt{y} + \sqrt{y} \sqrt{z} + \sqrt{x} \sqrt{z}
Assumptions:xC  and  yC  and  zCx \in \mathbb{C} \;\mathbin{\operatorname{and}}\; y \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C}
TeX:
R_F\!\left(x, y, z\right) = 2 R_F\!\left(x + \lambda, y + \lambda, z + \lambda\right)\; \text{ where } \lambda = \sqrt{x} \sqrt{y} + \sqrt{y} \sqrt{z} + \sqrt{x} \sqrt{z}

x \in \mathbb{C} \;\mathbin{\operatorname{and}}\; y \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
CarlsonRFRF ⁣(x,y,z)R_F\!\left(x, y, z\right) 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("2499cd"),
    Formula(Equal(CarlsonRF(x, y, z), Where(Mul(2, CarlsonRF(Add(x, lamda), Add(y, lamda), Add(z, lamda))), Def(lamda, Add(Add(Mul(Sqrt(x), Sqrt(y)), Mul(Sqrt(y), Sqrt(z))), Mul(Sqrt(x), Sqrt(z))))))),
    Variables(x, y, z),
    Assumptions(And(Element(x, CC), Element(y, CC), Element(z, 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