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