Assumptions:
TeX:
\operatorname{agm}\!\left(1, b\right) = \frac{b + 1}{2} \operatorname{agm}\!\left(1, \frac{2 \sqrt{b}}{b + 1}\right)
b \in \mathbb{C}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| AGM | Arithmetic-geometric mean | |
| Sqrt | Principal square root | |
| CC | Complex numbers |
Source code for this entry:
Entry(ID("46c021"),
Formula(Equal(AGM(1, b), Mul(Div(Add(b, 1), 2), AGM(1, Div(Mul(2, Sqrt(b)), Add(b, 1)))))),
Variables(b),
Assumptions(Element(b, CC)))