Skip to content

Latest commit

 

History

History
32 lines (32 loc) · 1.03 KB

README.md

File metadata and controls

32 lines (32 loc) · 1.03 KB

PI-estimation-methods

Using different algorithms to estimate the PI number:
We especially use Python programming language.

  1. A Monte Carlo Approach
    • using Python, code in notebook format
  2. Using Basel problem
    • with Python, code in notebook format
  3. With Arctangent and integration
    • with Python, code in notebook format
  4. With Gauss-Legendre algorithm
    • with Python, code in notebook format
  5. With Newton_Raphson_Tusi algorithm
    • with Python code, finding root of cos(x) around one
  6. 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
  7. 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