minimum

parent 88f7698d
......@@ -36,6 +36,24 @@
"print(moyenne_A)"
]
},
{
"cell_type": "code",
"execution_count": 8,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"2.8\n"
]
}
],
"source": [
"minimum_A = np.min(A)\n",
"print(minimum_A)"
]
},
{
"cell_type": "code",
"execution_count": null,
......
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