maximum

parent 9a81edad
...@@ -54,6 +54,24 @@ ...@@ -54,6 +54,24 @@
"print(minimum_A)" "print(minimum_A)"
] ]
}, },
{
"cell_type": "code",
"execution_count": 9,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"23.4\n"
]
}
],
"source": [
"maximum_A = np.max(A)\n",
"print(maximum_A)"
]
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "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