summaryrefslogtreecommitdiff
path: root/tutorials/module_3/4_numerical_integration.md
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-09-14 20:55:09 -0600
committerChristian Kolset <christian.kolset@gmail.com>2025-09-14 20:55:09 -0600
commit17f90913cb9a16ff78ad672fe15a2bd4e7e1b5db (patch)
tree71bd354cb1139b435cd30ee9e30b9520f8940fad /tutorials/module_3/4_numerical_integration.md
parent8dc97918c2a9ea961b097b331c1631626784d89d (diff)
Worked on ODE
Diffstat (limited to 'tutorials/module_3/4_numerical_integration.md')
-rw-r--r--tutorials/module_3/4_numerical_integration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorials/module_3/4_numerical_integration.md b/tutorials/module_3/4_numerical_integration.md
index 4c7876c..6e534b5 100644
--- a/tutorials/module_3/4_numerical_integration.md
+++ b/tutorials/module_3/4_numerical_integration.md
@@ -21,7 +21,7 @@ Integration is one of the fundamental tools in engineering analysis. Mechanical
---
-## Numerical Methods
+## Integration
We wish to approximate a definite integral of the form:
$$
I = \int_a^b f(x) \, dx