diff options
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": {} +} |
