Skip to content

Commit 8d6f3d0

Browse files
Update docs/src/solvers/dynamical_solve.md
1 parent ccab702 commit 8d6f3d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/solvers/dynamical_solve.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ These correspond to partitioned equations of motion:
2020

2121
or, for `SecondOrderODEProblem`,
2222
```math
23-
\frac{d^u}{dt^2} = f(d0,u,p,t)
23+
\frac{d^2u}{dt^2} = f(u,p,t)
2424
```
2525

2626
The functions should be specified as `f1(dv,v,u,p,t)` and `f2(du,v,u,p,t)`

0 commit comments

Comments
 (0)