Python Scripts for Miscellaneous Purposes
-
Updated
Apr 17, 2018 - Python
Python Scripts for Miscellaneous Purposes
An approximation of π calculated via Monte Carlo method and proposed in Jupyter Notebook. A solution for Computer Simulation (40634-1 Sharif UT, Spring 2023) homework, the 1st series.
Different methods to approximate the value of pi
Pi approximation using Archimedes' polygon algorithm
An implementation of the π approximation using block collisions (3Blue1Brown's video: https://youtu.be/HEfHFsfGXjs).
A pi approximator done in processing
Pi approximations calculated using infinite series and Monte Carlo methods
Simple Monte Carlo Simulation (𝛑 Approximation)
Approximation de π utilisant la formule de Chudnovsky.
In this repository you can find all of my assignments for Fundamentals of Programming Course when I was in 1st semester of my bachelor's at IAUSTB.
A simple project that approximates PI with using random points that are either inside or outside a circle.
Pi Approximation written in C++17
Pi approximation using Monte Carlo Simulation.
Two programs that approximate Pi. Use the standard version ("official" formula) or the custom version where it takes less iterations to get the first 5 digits of Pi, but I'm not sure how accurate it truly is.
Add a description, image, and links to the pi-approximation topic page so that developers can more easily learn about it.
To associate your repository with the pi-approximation topic, visit your repo's landing page and select "manage topics."