We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af6e2f commit ea81457Copy full SHA for ea81457
lib/BVProblemLibrary/src/linear.jl
@@ -440,7 +440,7 @@ The analytical solution for ``t \in [-1, 1]`` is
440
441
```math
442
\begin{align*}
443
-y_1(t) &= \cos(\pi t) + t + \frac{t\operatorname{erf}(t/\sqrt{2\lambda}) + \sqrt{2\lambda/\pi}\exp(-t^2/2\lambda)}{} \\
+y_1(t) &= \cos(\pi t) + t + \frac{t\operatorname{erf}(t/\sqrt{2\lambda}) + \sqrt{2\lambda/\pi}\exp(-t^2/2\lambda)}{\operatorname{erf}(t/\sqrt{2\lambda}) + \sqrt{2\lambda/\pi}\exp(-1/2\lambda)} \\
444
y_2(t) &= y_1'(t)
445
\end{align*}
446
```
0 commit comments