wellington36 / extrapolation_methods

Algorithms for accelerating series convergence
https://pypi.org/project/extrapolation
MIT License
5 stars 1 forks source link

Logarithmic scale to reduce the error #14

Closed wellington36 closed 1 year ago

wellington36 commented 1 year ago

In some cases we have approximations error, like this:

image

With log scale we have achieved improvements in some cases, such as the top that with log scale:

image

But it's not perfect in many cases what we can do is just reduce the error a bit.

Figures: Basel problem, with error = 0.00005

wellington36 commented 1 year ago

Closed with #15.