Assumptions:
TeX:
\operatorname{agm}\!\left(a, b\right) = \frac{\pi}{4} \frac{a + b}{K\!\left({\left(\frac{a - b}{a + b}\right)}^{2}\right)} a \in \mathbb{C} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C} \;\mathbin{\operatorname{and}}\; b \ne 0 \;\mathbin{\operatorname{and}}\; \frac{a}{b} \notin \left(-\infty, 0\right]
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
AGM | Arithmetic-geometric mean | |
Pi | The constant pi (3.14...) | |
EllipticK | Legendre complete elliptic integral of the first kind | |
Pow | Power | |
CC | Complex numbers | |
OpenClosedInterval | Open-closed interval | |
Infinity | Positive infinity |
Source code for this entry:
Entry(ID("71a0ff"), Formula(Equal(AGM(a, b), Mul(Div(Pi, 4), Div(Add(a, b), EllipticK(Pow(Div(Sub(a, b), Add(a, b)), 2)))))), Variables(a, b), Assumptions(And(Element(a, CC), Element(b, CC), NotEqual(b, 0), NotElement(Div(a, b), OpenClosedInterval(Neg(Infinity), 0)))))