Problem 47103. Estimate Pi by Monte Carlo method

We can estimate the value of pi with random number by Monte Carlo method.
Suppose we have a square of side length of 1 and a quarter of a circle which fits into the square as one can see below.
Now assume that we thow a ball into the square and get the probability of hitting the quarter circle.
The probability will be close to as the number of balls increases.
Refer to this page for more details. : https://en.wikipedia.org/wiki/Monte_Carlo_method

Solution Stats

12.37% Correct | 87.63% Incorrect
Last Solution submitted on Nov 21, 2022

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers12

Suggested Problems

More from this Author2

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!