From 38fe6fe488d788acd55dfc37358326b4c4bf663c Mon Sep 17 00:00:00 2001
From: cprutean <cip.pruteanu@ed.ac.uk>
Date: Wed, 7 Aug 2024 15:36:42 +0100
Subject: [PATCH] Update 2 files

- /Checkpoints/Checkpoint2.ipynb
- /Checkpoints/Checkpoint6.ipynb
---
 Checkpoints/Checkpoint2.ipynb | 2 +-
 Checkpoints/Checkpoint6.ipynb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Checkpoints/Checkpoint2.ipynb b/Checkpoints/Checkpoint2.ipynb
index 26cba1f..da53543 100644
--- a/Checkpoints/Checkpoint2.ipynb
+++ b/Checkpoints/Checkpoint2.ipynb
@@ -20,7 +20,7 @@
     "\n",
     "$$ a x^2 + b x + c = 0$$ \n",
     "\n",
-    "then calculate and display the roots using the standard formula for roots of quadratic being,\n",
+    "then calculate and display the roots using the standard formula for roots of a quadratic equation, being :\n",
     "\n",
     "$$ r_i = \\frac{ −b± \\sqrt{b^2−4ac}}{2a} $$\n",
     "\n",
diff --git a/Checkpoints/Checkpoint6.ipynb b/Checkpoints/Checkpoint6.ipynb
index 0c9e2d8..fbf5204 100644
--- a/Checkpoints/Checkpoint6.ipynb
+++ b/Checkpoints/Checkpoint6.ipynb
@@ -14,7 +14,7 @@
     "\n",
     "## Monte Carlo estimate of π\n",
     "\n",
-    "Consider a circle of radius r within a square of side 2r$\\times$2r as shown in the figure below.\n",
+    "Consider a circle of radius r within a square of side $2r \\times 2r$ as shown in the figure below.\n",
     "\n",
     "![dynamicpng-width_300.png](dynamicpng-width_300.png)\n",
     "\n",
-- 
GitLab