diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-09-23 08:43:26 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-09-23 08:43:26 -0600 |
| commit | f15b1d05298a129a0aab678c45a0445f26046be9 (patch) | |
| tree | ccc3fd80ce309934bd7db6d132a9680558df5064 /tutorials/module_3 | |
| parent | 0c90b794fa3c11d5ca20722369080a52070ffaad (diff) | |
Renamed meeting note to correct date. Meeting moved
Diffstat (limited to 'tutorials/module_3')
| -rw-r--r-- | tutorials/module_3/4_numerical_integration.md | 17 |
1 files changed, 0 insertions, 17 deletions
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. |
