Assumptions:
TeX:
E(m) = \int_{0}^{\pi / 2} \sqrt{1 - m \sin^{2}\!\left(x\right)} \, dx
m \in \mathbb{C}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| EllipticE | Legendre complete elliptic integral of the second kind | |
| Integral | Integral | |
| Sqrt | Principal square root | |
| Pow | Power | |
| Sin | Sine | |
| Pi | The constant pi (3.14...) | |
| CC | Complex numbers |
Source code for this entry:
Entry(ID("190843"),
Formula(Equal(EllipticE(m), Integral(Sqrt(Sub(1, Mul(m, Pow(Sin(x), 2)))), For(x, 0, Div(Pi, 2))))),
Variables(m),
Assumptions(Element(m, CC)))