From 183c55c09e62c069d65b2f5d9f5d7c065ad16228 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Wed, 3 Sep 2025 13:19:49 -0600 Subject: Updated entries --- tutorials/module_3/5_ode.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tutorials/module_3/5_ode.md (limited to 'tutorials/module_3/5_ode.md') diff --git a/tutorials/module_3/5_ode.md b/tutorials/module_3/5_ode.md new file mode 100644 index 0000000..23b647c --- /dev/null +++ b/tutorials/module_3/5_ode.md @@ -0,0 +1,10 @@ +# Numerical Solutions of Ordinary Differential Equations + +## Euler's Method + +### Forwards Eulers + +### Backwards Eulers + +## Runge-Kutta + -- cgit v1.2.3