Skip to content

Commit

Permalink
A bit more detailed math
Browse files Browse the repository at this point in the history
  • Loading branch information
jussienko committed Apr 21, 2020
1 parent b32ac50 commit 54900f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions numpy/integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ A simple method for evaluating integrals numerically is by the middle Riemann
sum

<!--- Equation
S = \sum_{i=1}^n f(x'_i) \Delta x
S = \int_a^b f(x) dx = \sum_{i=1}^n f(x'_i) \Delta x
--->

![img](https://quicklatex.com/cache3/e2/ql_30419670e67bc2b3d039e8a9d8653de2_l3.png)

with

<!--- Equation
x'_i = (x_i + x_{i-1}) / 2
x'_i = (x_i + x_{i-1}) / 2; x_0 = a, x_n = b
--->

![img](https://quicklatex.com/cache3/09/ql_f124fd5c831e873c6abd41160fae2d09_l3.png)
Expand Down

0 comments on commit 54900f0

Please sign in to comment.