From 0d4e770dc06763d225dce66f82bd49b052bead06 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Fri, 9 May 2025 09:53:20 -0600 Subject: Added auto-generated (md converted) notebooks to modules. Added module 3 tutorials --- tutorials/module_3/ode.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tutorials/module_3/ode.md (limited to 'tutorials/module_3/ode.md') diff --git a/tutorials/module_3/ode.md b/tutorials/module_3/ode.md new file mode 100644 index 0000000..23b647c --- /dev/null +++ b/tutorials/module_3/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