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:
@@ -257,8 +257,8 @@
|
||||
"import matplotlib.pyplot as plt\n",
|
||||
"\n",
|
||||
"# Constantes et paramètres\n",
|
||||
"N = 100\n",
|
||||
"delta_t = 0.0005\n",
|
||||
"N = 10\n",
|
||||
"delta_t = (delta_x2 / 2 * D)\n",
|
||||
"delta_x2 = 1/N\n",
|
||||
"D = 1\n",
|
||||
"T0 = 0\n",
|
||||
|
||||
Reference in New Issue
Block a user