Refactor code in numerical methods notebooks

- Updated import order in Point_Fixe.ipynb for consistency.
- Changed lambda functions to regular function definitions for clarity in Point_Fixe.ipynb.
- Added numpy import in TP1_EDO_EulerExp.ipynb, TP2_Lokta_Volterra.ipynb, and TP3_Convergence.ipynb for better readability.
- Modified for loops in TP1_EDO_EulerExp.ipynb and TP2_Lokta_Volterra.ipynb to include strict=False for compatibility with future Python versions.
This commit is contained in:
2025-09-01 16:14:53 +02:00
parent dfee405ea0
commit 8cf328e18a
31 changed files with 177 additions and 156 deletions

2
uv.lock generated
View File

@@ -1249,6 +1249,7 @@ version = "0.1.0"
source = { virtual = "." }
dependencies = [
{ name = "ipykernel" },
{ name = "keras" },
{ name = "matplotlib" },
{ name = "numpy" },
{ name = "opencv-python" },
@@ -1267,6 +1268,7 @@ dev = [
[package.metadata]
requires-dist = [
{ name = "ipykernel", specifier = ">=6.29.5" },
{ name = "keras", specifier = ">=3.11.3" },
{ name = "matplotlib", specifier = ">=3.10.1" },
{ name = "numpy", specifier = ">=2.2.5" },
{ name = "opencv-python", specifier = ">=4.11.0.86" },