Skip to content

Commit 10364db

Browse files
Update dae_premade_problems.jl
1 parent 6a38430 commit 10364db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/dae_premade_problems.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ du0 = [-0.04, 0.04, 0.0]
1818
The Robertson biochemical reactions in DAE form
1919
2020
```math
21-
\\frac{dy₁}{dt} = -k₁y₁+k₃y₂y₃
21+
\frac{dy₁}{dt} = -k₁y₁+k₃y₂y₃
2222
```
2323
```math
24-
\\frac{dy₂}{dt} = k₁y₁-k₂y₂^2-k₃y₂y₃
24+
\frac{dy₂}{dt} = k₁y₁-k₂y₂^2-k₃y₂y₃
2525
```
2626
```math
2727
1 = y₁ + y₂ + y₃
2828
```
29-
where ``k₁=0.04``, ``k₂=3\\times10^7``, ``k₃=10^4``. For details, see:
29+
where ``k₁=0.04``, ``k₂=3\times10^7``, ``k₃=10^4``. For details, see:
3030
Hairer Norsett Wanner Solving Ordinary Differential Equations I - Nonstiff Problems Page 129
3131
Usually solved on ``[0,1e11]``
3232
"""

0 commit comments

Comments
 (0)