Modification Q13

This commit is contained in:
2024-12-10 14:51:38 +01:00
parent 0ed48d9fd0
commit 2678f91366

View File

@@ -106,7 +106,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 67, "execution_count": 68,
"id": "bfde5aa5-407f-400f-9347-3e1a7a9a47e4", "id": "bfde5aa5-407f-400f-9347-3e1a7a9a47e4",
"metadata": { "metadata": {
"tags": [] "tags": []
@@ -134,10 +134,10 @@
{ {
"data": { "data": {
"text/plain": [ "text/plain": [
"Text(0.5, 1.0, 'Les 100 valeurs propres')" "[]"
] ]
}, },
"execution_count": 67, "execution_count": 68,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
}, },
@@ -163,7 +163,9 @@
"\n", "\n",
"plt.scatter(n, D, s=2)\n", "plt.scatter(n, D, s=2)\n",
"\n", "\n",
"plt.title(\"Les 100 valeurs propres\")" "plt.title(\"Les 100 valeurs propres\")\n",
"\n",
"plt.plot()"
] ]
}, },
{ {