edits, new symbolics.qmd file

This commit is contained in:
jverzani
2022-08-17 15:46:14 -04:00
parent d4fdbb7829
commit 354f1eefc2
8 changed files with 1443 additions and 398 deletions

View File

@@ -413,7 +413,7 @@ So the answer to the question is
This seems like a lot of work, and indeed it is more than is needed. The following would be more typical once the rules are learned:
```math
\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