Leibniz Approximation of pi

This program computes the decimal places of pi using Leibniz's formula. Watch them converge!
1.7K Downloads
Updated 13 Apr 2011

View License

pi/4 = 1 - 1/3 + 1/5 - 1/7 + 1/9 ...

The program performs this computation and prints the approximation after every iteration, so you can see the decimal places converging one by one.

There are three programs, each more efficient and accurate. The final program uses an averaging method to find a much better approximation after every 2 iterations.

Now includes visualisations of convergence

Cite As

Ben Nuttall (2024). Leibniz Approximation of pi (https://www.mathworks.com/matlabcentral/fileexchange/29554-leibniz-approximation-of-pi), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.3.0.0

Added variations of original program including visualisations of convergence

1.1.0.0

Now includes visualisation of convergence.

1.0.0.0