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 853e6c9 commit d759f05Copy full SHA for d759f05
src/ode/ode_linear_prob.jl
@@ -8,7 +8,7 @@ Linear ODE
8
\\frac{du}{dt} = αu
9
```
10
11
-with initial condition ``u_0=\frac{1}{2}``, ``α=1.01``, and solution
+with initial condition ``u_0=\\frac{1}{2}``, ``α=1.01``, and solution
12
13
```math
14
u(t) = u_0e^{αt}
@@ -27,7 +27,7 @@ Linear ODE
27
28
29
30
31
32
33
0 commit comments