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/notebook_3/ode.ipynb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tutorials/module_3/notebook_3/ode.ipynb (limited to 'tutorials/module_3/notebook_3/ode.ipynb') 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": {} +} -- cgit v1.2.3