Fungrim home page

Fungrim entry: 8f4e31

Π ⁣(n,ϕ,m)=sin(ϕ)RF ⁣(cos2 ⁣(ϕ),1msin2 ⁣(ϕ),1)+13nsin3 ⁣(ϕ)RJ ⁣(cos2 ⁣(ϕ),1msin2 ⁣(ϕ),1,1nsin2 ⁣(ϕ))\Pi\!\left(n, \phi, m\right) = \sin(\phi) R_F\!\left(\cos^{2}\!\left(\phi\right), 1 - m \sin^{2}\!\left(\phi\right), 1\right) + \frac{1}{3} n \sin^{3}\!\left(\phi\right) R_J\!\left(\cos^{2}\!\left(\phi\right), 1 - m \sin^{2}\!\left(\phi\right), 1, 1 - n \sin^{2}\!\left(\phi\right)\right)
Assumptions:nC  and  ϕC  and  mC  and  π2Re(ϕ)π2n \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \phi \in \mathbb{C} \;\mathbin{\operatorname{and}}\; m \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \frac{-\pi}{2} \le \operatorname{Re}(\phi) \le \frac{\pi}{2}
TeX:
\Pi\!\left(n, \phi, m\right) = \sin(\phi) R_F\!\left(\cos^{2}\!\left(\phi\right), 1 - m \sin^{2}\!\left(\phi\right), 1\right) + \frac{1}{3} n \sin^{3}\!\left(\phi\right) R_J\!\left(\cos^{2}\!\left(\phi\right), 1 - m \sin^{2}\!\left(\phi\right), 1, 1 - n \sin^{2}\!\left(\phi\right)\right)

n \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \phi \in \mathbb{C} \;\mathbin{\operatorname{and}}\; m \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \frac{-\pi}{2} \le \operatorname{Re}(\phi) \le \frac{\pi}{2}
Definitions:
Fungrim symbol Notation Short description
IncompleteEllipticPiΠ ⁣(n,ϕ,m)\Pi\!\left(n, \phi, m\right) Legendre incomplete elliptic integral of the third kind
Sinsin(z)\sin(z) Sine
CarlsonRFRF ⁣(x,y,z)R_F\!\left(x, y, z\right) Carlson symmetric elliptic integral of the first kind
Powab{a}^{b} Power
Coscos(z)\cos(z) Cosine
CarlsonRJRJ ⁣(x,y,z,w)R_J\!\left(x, y, z, w\right) Carlson symmetric elliptic integral of the third kind
CCC\mathbb{C} Complex numbers
Piπ\pi The constant pi (3.14...)
ReRe(z)\operatorname{Re}(z) Real part
Source code for this entry:
Entry(ID("8f4e31"),
    Formula(Equal(IncompleteEllipticPi(n, phi, m), Add(Mul(Sin(phi), CarlsonRF(Pow(Cos(phi), 2), Sub(1, Mul(m, Pow(Sin(phi), 2))), 1)), Mul(Mul(Mul(Div(1, 3), n), Pow(Sin(phi), 3)), CarlsonRJ(Pow(Cos(phi), 2), Sub(1, Mul(m, Pow(Sin(phi), 2))), 1, Sub(1, Mul(n, Pow(Sin(phi), 2)))))))),
    Variables(n, phi, m),
    Assumptions(And(Element(n, CC), Element(phi, CC), Element(m, CC), LessEqual(Div(Neg(Pi), 2), Re(phi), Div(Pi, 2)))))

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