Skip to content

ostad-ai/PI-estimation-methods

Repository files navigation

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

About

using different algorithms to estimate the PI number

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published