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/notebook_3/ode.ipynb | |
| parent | 3eb4be2a880eed828c983c8a30d73faa8e6f4746 (diff) | |
Added auto-generated (md converted) notebooks to modules. Added module 3 tutorials
Diffstat (limited to 'tutorials/module_3/notebook_3/ode.ipynb')
| -rw-r--r-- | tutorials/module_3/notebook_3/ode.ipynb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tutorials/module_3/notebook_3/ode.ipynb b/tutorials/module_3/notebook_3/ode.ipynb new file mode 100644 index 0000000..a343f4f --- /dev/null +++ b/tutorials/module_3/notebook_3/ode.ipynb @@ -0,0 +1,23 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Numerical Solutions of Ordinary Differential Equations\n", + "\n", + "## Euler’s Method\n", + "\n", + "### Forwards Eulers\n", + "\n", + "### Backwards Eulers\n", + "\n", + "## Runge-Kutta" + ], + "id": "4c1220ef-f6ce-43a7-9017-6c22fc8fd4af" + } + ], + "nbformat": 4, + "nbformat_minor": 5, + "metadata": {} +} |
