Merge pull request #15 from khoitsma/patch-3

Fixed typo -- changed sign of 100 in line 427
This commit is contained in:
john verzani
2022-08-16 12:09:05 -04:00
committed by GitHub

View File

@@ -424,7 +424,7 @@ This seems like a lot of work, and indeed it is more than is needed. The followi
$$
\int_0^\pi 100 \sin(x) dx = -100(-\cos(x)) \big|_0^{\pi} = 100 \cos(x) \big|_{\pi}^0 = 100(1) - 100(-1) = 200.
\int_0^\pi 100 \sin(x) dx = 100(-\cos(x)) \big|_0^{\pi} = 100 \cos(x) \big|_{\pi}^0 = 100(1) - 100(-1) = 200.
$$
## The derivative of the integral