Solution 3

parent 138e77ba
...@@ -11,13 +11,7 @@ ...@@ -11,13 +11,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"## Asking the maths library" "## Asking the maths library\n",
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"My computer tells me that $\\pi$ is approximatively" "My computer tells me that $\\pi$ is approximatively"
] ]
}, },
...@@ -43,19 +37,13 @@ ...@@ -43,19 +37,13 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"## Buffalo's needle" "## Buffalo's needle\n",
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Applying the method of [Buffon’s needle](https://en.wikipedia.org/wiki/Buffon%27s_needle_problem), we get the __approximation__" "Applying the method of [Buffon’s needle](https://en.wikipedia.org/wiki/Buffon%27s_needle_problem), we get the __approximation__"
] ]
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 5, "execution_count": 9,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -64,7 +52,7 @@ ...@@ -64,7 +52,7 @@
"3.128911138923655" "3.128911138923655"
] ]
}, },
"execution_count": 5, "execution_count": 9,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment