📅 Final Presentation Schedule

Date: Monday, May 26

Time: 7:00 p.m. – 8:00 p.m.

Duration: Each Presentation has 10 minutes to present.

Presentation Order:

  1. First Presentation: (Group A & Group E)
  2. Second Presentation: Group B
  3. Third Presentation: (Group C & Group D)

You can choose either Monte Carlo estimation or your code optimization.

Monte Carlo estimation

Monte Carlo methods

are a broad class of computational algorithms that rely on repeated random sampling to obtain numerical results. One of the basic examples of getting started with the

Estimation of Pi

The idea is to simulate random (x, y) points in a 2-D plane with domain as a square of side 2r units centered on (0,0). Imagine a circle inside the same domain with same radius r and inscribed into the square. We then calculate the ratio of number points that lied inside the circle and total number of generated points. Refer to the image below:

image.png