diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-10-15 10:53:46 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-10-15 10:53:46 -0600 |
| commit | 07cfa964fb8f761ae6fb8223722378573ccfe509 (patch) | |
| tree | 0154b9d71d693d2f857f1b51c215e04c436c60f7 /tutorials/module_3 | |
| parent | a737f1f0529fbae9ec91d3852b6629020290f9cd (diff) | |
Post meeting commit.
Diffstat (limited to 'tutorials/module_3')
| -rw-r--r-- | tutorials/module_3/3_3_numerical_integration.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorials/module_3/3_3_numerical_integration.md b/tutorials/module_3/3_3_numerical_integration.md index 5e5bf91..209e833 100644 --- a/tutorials/module_3/3_3_numerical_integration.md +++ b/tutorials/module_3/3_3_numerical_integration.md @@ -14,7 +14,7 @@ $$ I \approx \sum_{i=0}^m w_i f(x_i). $$ Here, $x_i$ are the chosen evaluation points and $w_i$ are their associated weights. - +[Add diagrams] ### Midpoint Rule The midpoint rule divides the interval into $n$ sub-intervals of equal width $h = (b-a)/n$ and evaluates the function at the midpoint of each sub-interval: @@ -205,4 +205,4 @@ print(f"Error (3-point): {err3:.2e}") -[[3_4_More_integral]]
\ No newline at end of file +[[3_4_More_integral]] |
