From 29a774302752d57ba9a4e294325d0b62445d4399 Mon Sep 17 00:00:00 2001 From: Mingming GUO Date: Fri, 13 Jun 2025 13:42:58 +0000 Subject: [PATCH] Update Readme.md --- journal/Readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/journal/Readme.md b/journal/Readme.md index b66a43d..e34a8b5 100644 --- a/journal/Readme.md +++ b/journal/Readme.md @@ -1,10 +1,13 @@ # Part 1: Writing a Markdown file -# Part 2:Exercice 02 +# Part 2: Exercice 02 ## 2.1 Using a notebook ### 2.1.1 About Calculating π My computer tells me that π is approximately **3.141592653589793** ### 2.1.2 Using Buffon's Needle Method -But calculated using the [Buffon's needle](https://en.wikipedia.org/wiki/Buffon's_needle) method, we would obtain as an approximation **3.128911138923655** \ No newline at end of file +But calculated using the [Buffon's needle](https://en.wikipedia.org/wiki/Buffon's_needle) method, we would obtain as an approximation **3.128911138923655** + +### 2.1.3 With a "Surface Frequency" Argument +Otherwise, by applying a Monte Carlo method to a quarter-circle surface of radius 1, we approach $\pi$/4 \ No newline at end of file -- 2.18.1