From ade7d798336eb44676f4124831443f8cb0099d57 Mon Sep 17 00:00:00 2001 From: Jishnu Date: Sat, 20 Jan 2024 04:54:44 +0530 Subject: [PATCH] 11 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8acb9d2..078887c 100644 --- a/README.md +++ b/README.md @@ -113,3 +113,4 @@ Predictor–Corrector methods belong to a class of algorithms designed to integr Trapezoidal rule is a technique for approximating the definite integral. The trapezoidal rule works by approximating the region under the graph of the function f(x) as a trapezoid and calculating its area. $$ \int _{a}^{b}f(x)\,dx\approx \sum _{k=1}^{N}{\frac {f(x_{k-1})+f(x_{k})}{2}}\Delta x_{k}$$ + \ No newline at end of file