![]() |
HomepagePublicationsTalksTeXmacsMathemagix |
Current implementations of -adic
numbers usually rely on so called zealous algorithms, which
compute with truncated
-adic
expansions at a precision that can be specified by the user. In
combination with Newton-Hensel type lifting techniques, zealous
algorithms can be made very efficient from an asymptotic point of view.
In the similar context of formal power series, another so called lazy technique is also frequently implemented. In this context, a power series is essentially a stream of coefficients, with an effective promise to obtain the next coefficient at every stage. This technique makes it easier to solve implicit equations and also removes the burden of determining appropriate precisions from the user. Unfortunately, naive lazy algorithms are not competitive from the asymptotic complexity point of view. For this reason, a new relaxed approach was proposed by van der Hoeven in the 90's, which combines the advantages of the lazy approach with the asymptotic efficiency of the zealous approach.
In this paper, we show how to adapt the lazy and relaxed approaches to
the context of -adic numbers.
We report on our implementation in the C++ library
-adic functional equations when compared to the
classical Newton iteration.
Authors:
Keywords: -adic
numbers, power series, algorithms
A.M.S. subject classification: 12Y05, 68W30, 68W40, 13P10, 65F99