summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-09-23 08:43:26 -0600
committerChristian Kolset <christian.kolset@gmail.com>2025-09-23 08:43:26 -0600
commitf15b1d05298a129a0aab678c45a0445f26046be9 (patch)
treeccc3fd80ce309934bd7db6d132a9680558df5064
parent0c90b794fa3c11d5ca20722369080a52070ffaad (diff)
Renamed meeting note to correct date. Meeting moved
-rw-r--r--admin/meeting-notes/2025-09-29.md (renamed from admin/meeting-notes/2025-09-15.md)4
-rw-r--r--tutorials/module_3/4_numerical_integration.md17
2 files changed, 4 insertions, 17 deletions
diff --git a/admin/meeting-notes/2025-09-15.md b/admin/meeting-notes/2025-09-29.md
index b4de36f..a2081bd 100644
--- a/admin/meeting-notes/2025-09-15.md
+++ b/admin/meeting-notes/2025-09-29.md
@@ -7,6 +7,10 @@
and questions
- aim to open each tutorial and go through them to see how they look.
+- Tutorials review:
+ - roots
+ - system of equations
+ - ode
---
## Discussion
diff --git a/tutorials/module_3/4_numerical_integration.md b/tutorials/module_3/4_numerical_integration.md
index 06cb8b9..0c2e755 100644
--- a/tutorials/module_3/4_numerical_integration.md
+++ b/tutorials/module_3/4_numerical_integration.md
@@ -1,20 +1,3 @@
-## Midpoint Method
-
-## Trapezoidal Method
-
-## Romberg Integration
-
-## Gaussian Integration
-
-## Simpson's Rule
-
-### Simpsons 1/3
-
-### Simpsons 3/8
-
-
-
-
# Numerical Integration
## Why Numerical?
Integration is one of the fundamental tools in engineering analysis. Mechanical engineers frequently encounter integrals when computing work from force–displacement data, determining heat transfer from a time-dependent signal, or calculating lift and drag forces from pressure distributions over an airfoil. While some integrals can be evaluated analytically, most practical problems involve functions that are either too complex or are available only as experimental data. In engineering, numerical integration provides a systematic approach to approximate the integral of a function over a finite interval.