diff options
Diffstat (limited to 'tutorials/module_3/notebook_3/numerical_integration.ipynb')
| -rw-r--r-- | tutorials/module_3/notebook_3/numerical_integration.ipynb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tutorials/module_3/notebook_3/numerical_integration.ipynb b/tutorials/module_3/notebook_3/numerical_integration.ipynb new file mode 100644 index 0000000..1638ad5 --- /dev/null +++ b/tutorials/module_3/notebook_3/numerical_integration.ipynb @@ -0,0 +1,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": {} +} |
