Skip to content

Commit d759f05

Browse files
Update ode_linear_prob.jl
1 parent 853e6c9 commit d759f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ode/ode_linear_prob.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Linear ODE
88
\\frac{du}{dt} = αu
99
```
1010
11-
with initial condition ``u_0=\frac{1}{2}``, ``α=1.01``, and solution
11+
with initial condition ``u_0=\\frac{1}{2}``, ``α=1.01``, and solution
1212
1313
```math
1414
u(t) = u_0e^{αt}
@@ -27,7 +27,7 @@ Linear ODE
2727
\\frac{du}{dt} = αu
2828
```
2929
30-
with initial condition ``u_0=\frac{1}{2}``, ``α=1.01``, and solution
30+
with initial condition ``u_0=\\frac{1}{2}``, ``α=1.01``, and solution
3131
3232
```math
3333
u(t) = u_0e^{αt}

0 commit comments

Comments
 (0)