Skip to content

Commit 53a4bad

Browse files
Fixed typo in vanstiff docstring
1 parent 87ca6f6 commit 53a4bad

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
@@ -80,7 +80,7 @@ Van der Pol Equations
8080
\\frac{dx}{dt} = y
8181
```
8282
```math
83-
\\frac{dy}{dt} = μ(1-x^2)y -x
83+
\\frac{dy}{dt} = μ((1-x^2)y -x)
8484
```
8585
8686
with ``μ=10^6`` and ``u_0=[0,\\sqrt{3}]``

0 commit comments

Comments
 (0)