We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb34aa commit fb06dcdCopy full SHA for fb06dcd
benchmarks/readme.md
@@ -53,7 +53,7 @@ so that the problem depends strongly on $\lambda$. As $\lambda$ grows, the equat
53
The Airy equation, used in optics, is an oscillator if the dependent variable is transformed as $x \to -x$, yielding
54
55
```math
56
- y''(x) - x \, y(x) \;=\; 0,
+ y''(x) + x \, y(x) \;=\; 0,
57
```
58
59
for $x \in [0,\,100]$. The Airy functions $\mathrm{Ai}$ and $\mathrm{Bi}$ form a basis for the solution space. We pose initial conditions
0 commit comments