Fungrim home page

Fungrim entry: 59fab1

agm ⁣(a,b)=agm ⁣(b,a)\operatorname{agm}\!\left(a, b\right) = \operatorname{agm}\!\left(b, a\right)
Assumptions:aC  and  bCa \in \mathbb{C} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C}
TeX:
\operatorname{agm}\!\left(a, b\right) = \operatorname{agm}\!\left(b, a\right)

a \in \mathbb{C} \;\mathbin{\operatorname{and}}\; b \in \mathbb{C}
Definitions:
Fungrim symbol Notation Short description
AGMagm ⁣(a,b)\operatorname{agm}\!\left(a, b\right) Arithmetic-geometric mean
CCC\mathbb{C} Complex numbers
Source code for this entry:
Entry(ID("59fab1"),
    Formula(Equal(AGM(a, b), AGM(b, a))),
    Variables(a, b),
    Assumptions(And(Element(a, CC), Element(b, CC))))

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