Skip to content

Commit d531e89

Browse files
Update ode_simple_nonlinear_prob.jl
1 parent 09469db commit d531e89

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/ode/ode_simple_nonlinear_prob.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -283,19 +283,19 @@ 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
289-
\\frac{dx₆(0)}{dt} = 1.75
289+
\frac{dx₆(0)}{dt} = 1.75
290290
```
291291
```math
292-
\\frac{dx₇(0)}{dt} = -1.5
292+
\frac{dx₇(0)}{dt} = -1.5
293293
```
294294
```math
295-
\\frac{dy₄(0)}{dt} = -1.25
295+
\frac{dy₄(0)}{dt} = -1.25
296296
```
297297
```math
298-
\\frac{dy₅(0)}{dt} = 1
298+
\frac{dy₅(0)}{dt} = 1
299299
```
300300
301301
From Hairer Norsett Wanner Solving Ordinary Differential Equations I - Nonstiff Problems Page 244

0 commit comments

Comments
 (0)