Represents the tuple (an,bn)
giving the n
-th values in the arithmetic-geometric mean iteration with initial values (a0,b0)=(a,b).
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
AGMSequence | agmn(a,b) | Convergents in AGM iteration |
Source code for this entry:
Entry(ID("eda1e3"), SymbolDefinition(AGMSequence, AGMSequence(n, a, b), "Convergents in AGM iteration"), Description("Represents the tuple", Tuple(a_(n), b_(n)), "giving the", n, "-th values in the arithmetic-geometric mean iteration with initial values", Equal(Tuple(a_(0), b_(0)), Tuple(a, b)), "."))