Skip to content

Commit ea81457

Browse files
committed
Complete equation in docstring
1 parent 9af6e2f commit ea81457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/BVProblemLibrary/src/linear.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ The analytical solution for ``t \in [-1, 1]`` is
440440
441441
```math
442442
\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)}{} \\
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)}{\operatorname{erf}(t/\sqrt{2\lambda}) + \sqrt{2\lambda/\pi}\exp(-1/2\lambda)} \\
444444
y_2(t) &= y_1'(t)
445445
\end{align*}
446446
```

0 commit comments

Comments
 (0)