This commit is contained in:
jverzani
2022-10-03 12:00:35 -04:00
parent 8ad4cf2fce
commit 2391be2626
10 changed files with 161 additions and 34 deletions

View File

@@ -7,7 +7,6 @@
#| echo: false
#| results: "hidden"
using CalculusWithJulia
using CalculusWithJulia.WeaveSupport
nothing
```
@@ -103,4 +102,3 @@ With that in hand, to make a graph of a function over a range, we follow this pa
```{julia}
plot(sin, 0, 2pi)
```