summaryrefslogtreecommitdiff
path: root/tutorials/module_3/notebook_3/numerical_integration.ipynb
blob: 1638ad59bef796500f5995064de3b3f28e6dc81e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
 "cells": [
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "## Midpoint Method\n",
    "\n",
    "## Trapezoidal Method\n",
    "\n",
    "## Romberg Integration\n",
    "\n",
    "## Gaussian Integration\n",
    "\n",
    "## Simpson’s Rule\n",
    "\n",
    "### Simpsons 1/3\n",
    "\n",
    "### Simpsons 3/8"
   ],
   "id": "81ed366c-8dc9-4d6c-9a5e-36a28f7811b5"
  }
 ],
 "nbformat": 4,
 "nbformat_minor": 5,
 "metadata": {}
}