summaryrefslogtreecommitdiff
path: root/tutorials/module_3/numerical_integration.md
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-05-09 09:53:20 -0600
committerChristian Kolset <christian.kolset@gmail.com>2025-05-09 09:53:20 -0600
commit0d4e770dc06763d225dce66f82bd49b052bead06 (patch)
tree3b4e9fa683c89f8eafb8a7454fc191d9e8739a34 /tutorials/module_3/numerical_integration.md
parent3eb4be2a880eed828c983c8a30d73faa8e6f4746 (diff)
Added auto-generated (md converted) notebooks to modules. Added module 3 tutorials
Diffstat (limited to 'tutorials/module_3/numerical_integration.md')
-rw-r--r--tutorials/module_3/numerical_integration.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/tutorials/module_3/numerical_integration.md b/tutorials/module_3/numerical_integration.md
new file mode 100644
index 0000000..e3dcbcf
--- /dev/null
+++ b/tutorials/module_3/numerical_integration.md
@@ -0,0 +1,17 @@
+## Midpoint Method
+
+
+## Trapezoidal Method
+
+
+## Romberg Integration
+
+
+## Gaussian Integration
+
+
+## Simpson's Rule
+
+### Simpsons 1/3
+
+### Simpsons 3/8