Skip to content

Commit 54900f0

Browse files
committed
A bit more detailed math
1 parent b32ac50 commit 54900f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

numpy/integration/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ A simple method for evaluating integrals numerically is by the middle Riemann
44
sum
55

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

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

1212
with
1313

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

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

0 commit comments

Comments
 (0)