diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-05-09 09:53:20 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-05-09 09:53:20 -0600 |
| commit | 0d4e770dc06763d225dce66f82bd49b052bead06 (patch) | |
| tree | 3b4e9fa683c89f8eafb8a7454fc191d9e8739a34 /tutorials/module_3/ode.md | |
| parent | 3eb4be2a880eed828c983c8a30d73faa8e6f4746 (diff) | |
Added auto-generated (md converted) notebooks to modules. Added module 3 tutorials
Diffstat (limited to 'tutorials/module_3/ode.md')
| -rw-r--r-- | tutorials/module_3/ode.md | 10 |
1 files changed, 10 insertions, 0 deletions
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 + |
