Skip to content

Commit 23b83f5

Browse files
Merge pull request #77 from hellmrf/hellmrf-fix-doc-typo-pleiades
Fixed typo in Pleiades problem (docstring)
2 parents a356b1f + 897925a commit 23b83f5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/ode/ode_simple_nonlinear_prob.jl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,10 @@ end
226226
Pleiades Problem (Non-stiff)
227227
228228
```math
229-
\\frac{d^2xᵢ}{dt^2} = \sum_{j≠i} mⱼ(xⱼ-xᵢ)/rᵢⱼ
229+
\frac{d^2xᵢ}{dt^2} = \sum_{j≠i} mⱼ(xⱼ-xᵢ)/rᵢⱼ
230230
```
231231
```math
232-
\\frac{d^2yᵢ}{dt^2} = \sum_{j≠i} mⱼ(yⱼ-yᵢ)/rᵢⱼ
232+
\frac{d^2yᵢ}{dt^2} = \sum_{j≠i} mⱼ(yⱼ-yᵢ)/rᵢⱼ
233233
```
234234
235235
where
@@ -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)