summaryrefslogtreecommitdiff
path: root/tutorials/module_3/notebook_3/ode.ipynb
blob: a343f4f64439cf6df6778a1eba5cbfe831da3222 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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": {}
}