Git Product home page Git Product logo

pi's Introduction

pi

Monte-Carlo simulation to calculate pi

Screenshot

Description

This small projects demonstrates the concepts of Monte-Carlo integration: A circle of radius r has the area . A square tightly enclosing the circle has length , and its area is . The area ratio of circle to square is .

The areas can be estimated by Monte-Carlo integration: Two uniformly distributed random numbers, x and y, are drawn with a value between 0 and 4. These values represent the coordinates of a random point inside the square. With some probability, however, the point is also within the circle. This probability is given by the area ratio of circle to square. What the calculation does is to repeat this many times and to count how many points lie within the circle. The ratio of points inside the circle to the total number of points is approximately equal to the area ratio of circle to square, and thus . Of course, the better the more points are tested. After testing a large number of points, can be approximated to be the 4-fold count ratio.

Note that the calculation converges only very slowly - definitely not good to calculate thousands of decimal places of pi, but I think it is fascinating that the value of can be estimated simply by counting!

pi's People

Contributors

wp-xyz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.