Using different algorithms to estimate the PI number:
We especially use Python programming language.
- A Monte Carlo Approach
- using Python, code in notebook format
- Using Basel problem
- with Python, code in notebook format
- With Arctangent and integration
- with Python, code in notebook format
- With Gauss-Legendre algorithm
- with Python, code in notebook format
- With Newton_Raphson_Tusi algorithm
- with Python code, finding root of cos(x) around one
- With the area of a circle and integration
- In the Python code, the area of a circle is estimated, which is finally used for PI estimation
- With the Leibniz series
- In the Python code, the summation of terms of the Leibniz sereis is multiplied by four to get the PI estimation