From 07cfa964fb8f761ae6fb8223722378573ccfe509 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Wed, 15 Oct 2025 10:53:46 -0600 Subject: Post meeting commit. --- tutorials/module_3/3_3_numerical_integration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tutorials') 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]] -- cgit v1.2.3