Fungrim home page

Fungrim entry: 8d304b

RD ⁣(x,y,z)=R3/2 ⁣([12,12,32],[x,y,z])R_D\!\left(x, y, z\right) = R_{-3 / 2}\!\left(\left[\frac{1}{2}, \frac{1}{2}, \frac{3}{2}\right], \left[x, y, z\right]\right)
Assumptions:xC(,0)  and  yC(,0)  and  zC(,0]  and  (x0  or  y0)x \in \mathbb{C} \setminus \left(-\infty, 0\right) \;\mathbin{\operatorname{and}}\; y \in \mathbb{C} \setminus \left(-\infty, 0\right) \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \setminus \left(-\infty, 0\right] \;\mathbin{\operatorname{and}}\; \left(x \ne 0 \;\mathbin{\operatorname{or}}\; y \ne 0\right)
TeX:
R_D\!\left(x, y, z\right) = R_{-3 / 2}\!\left(\left[\frac{1}{2}, \frac{1}{2}, \frac{3}{2}\right], \left[x, y, z\right]\right)

x \in \mathbb{C} \setminus \left(-\infty, 0\right) \;\mathbin{\operatorname{and}}\; y \in \mathbb{C} \setminus \left(-\infty, 0\right) \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \setminus \left(-\infty, 0\right] \;\mathbin{\operatorname{and}}\; \left(x \ne 0 \;\mathbin{\operatorname{or}}\; y \ne 0\right)
Definitions:
Fungrim symbol Notation Short description
CarlsonRDRD ⁣(x,y,z)R_D\!\left(x, y, z\right) Degenerate Carlson symmetric elliptic integral of the third kind
CarlsonHypergeometricRRa ⁣(b,z)R_{-a}\!\left(b, z\right) Carlson multivariate hypergeometric function
CCC\mathbb{C} Complex numbers
OpenInterval(a,b)\left(a, b\right) Open interval
Infinity\infty Positive infinity
OpenClosedInterval(a,b]\left(a, b\right] Open-closed interval
Source code for this entry:
Entry(ID("8d304b"),
    Formula(Equal(CarlsonRD(x, y, z), CarlsonHypergeometricR(Neg(Div(3, 2)), List(Div(1, 2), Div(1, 2), Div(3, 2)), List(x, y, z)))),
    Variables(x, y, z),
    Assumptions(And(Element(x, SetMinus(CC, OpenInterval(Neg(Infinity), 0))), Element(y, SetMinus(CC, OpenInterval(Neg(Infinity), 0))), Element(z, SetMinus(CC, OpenClosedInterval(Neg(Infinity), 0))), Or(NotEqual(x, 0), NotEqual(y, 0)))))

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