Skip to content

Commit 456eb88

Browse files
authored
Update perturbation.md
1 parent b52bce7 commit 456eb88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/examples/perturbation.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ eqs_pert = taylor_coeff(eq_pert, ϵ, 0:2)
3939
!!! note
4040

4141
The 0-th order equation can be solved analytically, but ModelingToolkit does currently not feature automatic analytical solution of ODEs, so we proceed with solving it numerically.
42-
These are the ODEs we want to solve. Now construct an `ODESystem`, which automatically inserts dummy derivatives for the velocities:
42+
43+
These are the ODEs we want to solve. Now construct an `ODESystem`, which automatically inserts dummy derivatives for the velocities:
4344

4445
```@example perturbation
4546
@mtkbuild sys = ODESystem(eqs_pert, t)

0 commit comments

Comments
 (0)