Fungrim home page

Fungrim entry: ba7b32

(xC  and  yC  and  zC{0}  and  (x0  or  y0))        RD ⁣(x,y,z)C\left(x \in \mathbb{C} \;\mathbin{\operatorname{and}}\; y \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \setminus \left\{0\right\} \;\mathbin{\operatorname{and}}\; \left(x \ne 0 \;\mathbin{\operatorname{or}}\; y \ne 0\right)\right) \;\implies\; R_D\!\left(x, y, z\right) \in \mathbb{C}
TeX:
\left(x \in \mathbb{C} \;\mathbin{\operatorname{and}}\; y \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \setminus \left\{0\right\} \;\mathbin{\operatorname{and}}\; \left(x \ne 0 \;\mathbin{\operatorname{or}}\; y \ne 0\right)\right) \;\implies\; R_D\!\left(x, y, z\right) \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
CCC\mathbb{C} Complex numbers
CarlsonRDRD ⁣(x,y,z)R_D\!\left(x, y, z\right) Degenerate Carlson symmetric elliptic integral of the third kind
Source code for this entry:
Entry(ID("ba7b32"),
    Formula(Implies(And(Element(x, CC), Element(y, CC), Element(z, SetMinus(CC, Set(0))), Or(NotEqual(x, 0), NotEqual(y, 0))), Element(CarlsonRD(x, y, z), CC))),
    Variables(x, y, z))

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