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 09469db commit d531e89Copy full SHA for d531e89
src/ode/ode_simple_nonlinear_prob.jl
@@ -283,19 +283,19 @@ y₆(0) = -4
283
y₇(0) = 4
284
```
285
286
-and with ``\\frac{dxᵢ(0)}{dt}=\frac{dyᵢ(0)}{dt}=0`` except for
+and with ``\frac{dxᵢ(0)}{dt}=\frac{dyᵢ(0)}{dt}=0`` except for
287
288
```math
289
-\\frac{dx₆(0)}{dt} = 1.75
+\frac{dx₆(0)}{dt} = 1.75
290
291
292
-\\frac{dx₇(0)}{dt} = -1.5
+\frac{dx₇(0)}{dt} = -1.5
293
294
295
-\\frac{dy₄(0)}{dt} = -1.25
+\frac{dy₄(0)}{dt} = -1.25
296
297
298
-\\frac{dy₅(0)}{dt} = 1
+\frac{dy₅(0)}{dt} = 1
299
300
301
From Hairer Norsett Wanner Solving Ordinary Differential Equations I - Nonstiff Problems Page 244
0 commit comments