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