From 8e8aa2fd964d0bcd9c586f8913373a3351d692cc Mon Sep 17 00:00:00 2001 From: Jishnu Date: Sat, 20 Jan 2024 04:57:52 +0530 Subject: [PATCH] tt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 078887c..b69a119 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + ![img](num-ana.png) ![GitHub](https://img.shields.io/github/license/jishnurajendran/Numerical-analysis?style=for-the-badge) ![GitHub forks](https://img.shields.io/github/forks/jishnurajendran/Numerical-analysis?style=for-the-badge) ![GitHub Repo stars](https://img.shields.io/github/stars/jishnurajendran/Numerical-analysis?style=for-the-badge) ![GitHub watchers](https://img.shields.io/github/watchers/jishnurajendran/Numerical-analysis?style=for-the-badge) @@ -113,4 +114,3 @@ 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