This commit is contained in:
jverzani
2023-03-28 11:02:18 -04:00
parent 377c9f0238
commit ed5434bb1c
13 changed files with 187 additions and 32 deletions

View File

@@ -668,6 +668,16 @@ answ = 3
radioq(choices, answ)
```
###### Question
Consider the function `f(x) = airyai(x)`. What is the value of $f''(x) - x\cdot f(x)$ at $x=\pi$?
```{julia}
#| echo: false
numericq(0; hint=raw"Any value of $x$ will produce the same answer")
```
###### Question