Skip to content

Commit 421f975

Browse files
authored
Update src/ode/ode_simple_nonlinear_prob.jl
1 parent bfc78f0 commit 421f975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ode/ode_simple_nonlinear_prob.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ y₆(0) = -4
283283
y₇(0) = 4
284284
```
285285
286-
and with ``\\frac{dxᵢ(0)}{dt}=\frac{dyᵢ(0)}{dt}=0`` except for
286+
and with ``\\frac{dxᵢ(0)}{dt}=\\frac{dyᵢ(0)}{dt}=0`` except for
287287
288288
```math
289289
\\frac{dx₆(0)}{dt} = 1.75

0 commit comments

Comments
 (0)