1989
DOI: 10.1007/3-540-51084-2_19
|View full text |Cite
|
Sign up to set email alerts
|

A fixed point method for power series computation

Abstract: This paper presents a novel technique for manipulating structures which represent infinite power series. When power series are implemented using lazy evaluation, many operations can be written as simple recursive procedures. For example, the programs to generate the series for the elementary transcendental functions are almost transliterations of the defining integral equations. However, a naive lazy algorithm provides an implementation which may be orders of magnitude slower than a method which manipulates th… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1

Citation Types

0
2
0

Year Published

2004
2004
2009
2009

Publication Types

Select...
1
1
1

Relationship

0
3

Authors

Journals

citations
Cited by 3 publications
(2 citation statements)
references
References 3 publications
0
2
0
Order By: Relevance
“…For example, the most obvious algorithm for computing exp(f (x)) to O(x n ) requires O(n 3 ) arithmetic operations whereas the lazy algorithm in [3] required O(n 4 ). In [9] Watt showed how to reduce this to O(n 2 ). van der Hoeven considers lazy algorithms for multiplication of power series to O(x n ) which are asymptotically fast [8].…”
Section: Introductionmentioning
confidence: 99%
“…For example, the most obvious algorithm for computing exp(f (x)) to O(x n ) requires O(n 3 ) arithmetic operations whereas the lazy algorithm in [3] required O(n 4 ). In [9] Watt showed how to reduce this to O(n 2 ). van der Hoeven considers lazy algorithms for multiplication of power series to O(x n ) which are asymptotically fast [8].…”
Section: Introductionmentioning
confidence: 99%
“…For self-referencial procedures we can also use a fixed point method[8,11] 4. Also, following[1] we adopt descriptive names for procedures, parameters, etc, trying to make programs as self-documenting as possible.…”
mentioning
confidence: 99%