mirror of
https://github.com/BreizhHardware/py_CIPA3.git
synced 2026-01-18 16:37:30 +01:00
update exercise 3: implement heat equation simulation in Jupyter notebook, add matrix construction and temperature profile visualization
This commit is contained in:
@@ -307,6 +307,8 @@
|
||||
" if n+1 in indices_sauvegarde:\n",
|
||||
" profils.append(T.copy())\n",
|
||||
"\n",
|
||||
" print(f\"Solution profils: {profils}\")\n",
|
||||
"\n",
|
||||
" # Tracer les profils de température\n",
|
||||
" plt.figure(figsize=(10, 6))\n",
|
||||
" for i, t in enumerate(temps_sauvegarde):\n",
|
||||
|
||||
Reference in New Issue
Block a user