This commit is contained in:
jverzani
2024-05-22 07:55:20 -04:00
parent f710cded15
commit 771bb06aa3
50 changed files with 120 additions and 426 deletions

View File

@@ -1278,7 +1278,7 @@ Consider the graph of the `airyai` function (from `SpecialFunctions`) over $[-5,
plot(airyai, -5, 5)
```
At $x = -2.5$ the derivative is postive or negative?
At $x = -2.5$ the derivative is positive or negative?
```{julia}
@@ -1289,7 +1289,7 @@ answ = 1
radioq(choices, answ, keep_order=true)
```
At $x=0$ the derivative is postive or negative?
At $x=0$ the derivative is positive or negative?
```{julia}
@@ -1300,7 +1300,7 @@ answ = 2
radioq(choices, answ, keep_order=true)
```
At $x = 2.5$ the derivative is postive or negative?
At $x = 2.5$ the derivative is positive or negative?
```{julia}